mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-08 05:56:38 +00:00
added traefik config provider endpoint
This commit is contained in:
@@ -4,8 +4,8 @@ import path from "path";
|
||||
|
||||
export default defineConfig({
|
||||
dialect: "sqlite",
|
||||
schema: "server/db/schema.ts",
|
||||
out: "server/migrations",
|
||||
schema: path.join(__dirname, "server", "db", "schema.ts"),
|
||||
out: path.join(__dirname, "server", "migrations"),
|
||||
verbose: true,
|
||||
dbCredentials: {
|
||||
url: path.join(environment.CONFIG_PATH, "db", "db.sqlite"),
|
||||
|
||||
Reference in New Issue
Block a user