First Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import type { BunSQLiteConfig } from "@moduletrace/bun-sqlite/dist/types";
|
||||
|
||||
const config: BunSQLiteConfig = {
|
||||
db_name: "wgui",
|
||||
db_dir: "./db",
|
||||
typedef_file_path: "./db/types/db.ts",
|
||||
db_schema_file_name: "schema.ts",
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user