forked from syntaxbullet/AuroraBot-discord
refactor: initial moves
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { defineConfig } from "drizzle-kit";
|
||||
import { env } from "./src/lib/env";
|
||||
import { env } from "./shared/lib/env";
|
||||
|
||||
// @ts-expect-error - Polyfill for BigInt serialization
|
||||
BigInt.prototype.toJSON = function () {
|
||||
@@ -7,7 +7,7 @@ BigInt.prototype.toJSON = function () {
|
||||
};
|
||||
|
||||
export default defineConfig({
|
||||
schema: "./src/db/schema.ts",
|
||||
schema: "./shared/db/schema.ts",
|
||||
out: "./drizzle",
|
||||
dialect: "postgresql",
|
||||
dbCredentials: {
|
||||
|
||||
Reference in New Issue
Block a user