mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-21 20:36:37 +00:00
Make easier to run in dev - fix a couple of things
This commit is contained in:
@@ -5,7 +5,7 @@ import path from "path";
|
||||
|
||||
const schema = [
|
||||
path.join("server", "db", "sqlite", "schema.ts"),
|
||||
path.join("server", "db", "sqlite", "pSchema.ts")
|
||||
path.join("server", "db", "sqlite", "privateSchema.ts")
|
||||
];
|
||||
|
||||
export default defineConfig({
|
||||
|
||||
Reference in New Issue
Block a user