forked from syntaxbullet/AuroraBot-discord
refactor: move drizzle to shared
This commit is contained in:
@@ -8,7 +8,7 @@ BigInt.prototype.toJSON = function () {
|
||||
|
||||
export default defineConfig({
|
||||
schema: "./shared/db/schema.ts",
|
||||
out: "./drizzle",
|
||||
out: "./shared/db/migrations",
|
||||
dialect: "postgresql",
|
||||
dbCredentials: {
|
||||
url: env.DATABASE_URL,
|
||||
|
||||
Reference in New Issue
Block a user