mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 17:56:38 +00:00
Make easier to run in dev - fix a couple of things
This commit is contained in:
@@ -4,7 +4,7 @@ import { build } from "@server/build";
|
||||
|
||||
const schema = [
|
||||
path.join("server", "db", "pg", "schema.ts"),
|
||||
path.join("server", "db", "pg", "pSchema.ts")
|
||||
path.join("server", "db", "pg", "privateSchema.ts")
|
||||
];
|
||||
|
||||
export default defineConfig({
|
||||
|
||||
Reference in New Issue
Block a user