WIP: auth user creation

This commit is contained in:
ian
2025-11-28 15:45:51 +07:00
parent a0687d26cc
commit 9413c442df
8 changed files with 95 additions and 13 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { dbDsn } from '~/config'
export default defineConfig({
schema: './src/db/schema/*',
out: './drizzle',
out: './src/db/migrations',
dialect: 'postgresql',
migrations: {
prefix: 'unix',