mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 04:39:43 +00:00
move schemas to folder
This commit is contained in:
parent
b6b9c71c5e
commit
9af206b69a
10 changed files with 9 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { drizzle as DrizzleSqlite } from "drizzle-orm/better-sqlite3";
|
||||
import Database from "better-sqlite3";
|
||||
import * as schema from "./schema";
|
||||
import * as schema from "./schema/schema";
|
||||
import path from "path";
|
||||
import fs from "fs";
|
||||
import { APP_PATH } from "@server/lib/consts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue