mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
bootstrapped
This commit is contained in:
parent
b7c1716fa7
commit
d2e35b4a1f
24 changed files with 15511 additions and 5203 deletions
12
drizzle.config.ts
Normal file
12
drizzle.config.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { defineConfig } from "drizzle-kit";
|
||||
import enviroment from "@server/environment"
|
||||
|
||||
export default defineConfig({
|
||||
dialect: "sqlite",
|
||||
schema: "server/db/schema.ts",
|
||||
out: "server/migrations",
|
||||
verbose: true,
|
||||
dbCredentials: {
|
||||
url: `${enviroment.CONFIG_PATH}/db/db.sqlite`
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue