Skip to content

Commit e561c46

Browse files
committed
chore: revert to not use nitro options
1 parent ce6d595 commit e561c46

File tree

15 files changed

+3
-7
lines changed

15 files changed

+3
-7
lines changed
File renamed without changes.

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: './server/database/schema.ts',
6-
out: './server/database/migrations',
5+
schema: './database/schema.ts',
6+
out: './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.

0 commit comments

Comments
 (0)