mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Working on arthome
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import type { Config } from 'drizzle-kit'
|
||||
import { config } from 'dotenv'
|
||||
|
||||
config()
|
||||
|
||||
export default {
|
||||
dialect: 'sqlite',
|
||||
dialect: 'postgresql',
|
||||
schema: './server/database/schema.ts',
|
||||
out: './server/database/migrations',
|
||||
dbCredentials: {
|
||||
url: process.env.NUXT_POSTGRES_URL,
|
||||
},
|
||||
} satisfies Config
|
||||
|
||||
Reference in New Issue
Block a user