Skip to content

Commit 192c616

Browse files
committed
Revert "chore: revert to not use nitro options"
This reverts commit e561c46.
1 parent e561c46 commit 192c616

File tree

15 files changed

+7
-3
lines changed

15 files changed

+7
-3
lines changed

drizzle.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { defineConfig } from 'drizzle-kit'
22

33
export default defineConfig({
44
dialect: 'postgresql',
5-
schema: './database/schema.ts',
6-
out: './database/migrations',
5+
schema: './server/database/schema.ts',
6+
out: './server/database/migrations',
77
dbCredentials: {
88
url: process.env.DATABASE_URL!
99
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)