frontend added and socket io
This commit is contained in:
@@ -4,7 +4,7 @@ const dbURL = `postgres://${process.env.DATABASE_USER}:${process.env.DATABASE_PA
|
||||
|
||||
export default defineConfig({
|
||||
dialect: "postgresql",
|
||||
schema: "./dist/backend/db/schema",
|
||||
schema: "./dist/db/schema",
|
||||
out: "./migrations",
|
||||
dbCredentials: { url: dbURL },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user