mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
Add router folders
This commit is contained in:
parent
79d7214137
commit
0a27579acd
5 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import { defineConfig } from "drizzle-kit";
|
||||
import enviroment from "@server/environment"
|
||||
import environment from "@server/environment"
|
||||
|
||||
export default defineConfig({
|
||||
dialect: "sqlite",
|
||||
|
@ -7,6 +7,6 @@ export default defineConfig({
|
|||
out: "server/migrations",
|
||||
verbose: true,
|
||||
dbCredentials: {
|
||||
url: `${enviroment.CONFIG_PATH}/db/db.sqlite`
|
||||
url: `${environment.CONFIG_PATH}/db/db.sqlite`
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue