fix: use drizzle
This commit is contained in:
@@ -5,5 +5,8 @@ export default defineConfig({
|
||||
schema: './src/lib/db/schema.ts',
|
||||
out: './drizzle',
|
||||
verbose: true,
|
||||
strict: true
|
||||
strict: true,
|
||||
dbCredentials: {
|
||||
url: 'postgresql://postgres:postgres@localhost:5432/db'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user