Skip to content

Commit 60cf0e1

Browse files
committed
chore: try with server/ directory
1 parent fe8aeb7 commit 60cf0e1

File tree

14 files changed

+3
-3
lines changed

14 files changed

+3
-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)