There was an error while loading. Please reload this page.
1 parent e38348c commit 1aad8b3Copy full SHA for 1aad8b3
5 files changed
db.ts
@@ -1,5 +1,5 @@
1
import { Database } from "bun:sqlite";
2
-import type { RoundState } from "./game-effect.ts";
+import type { RoundState } from "./game.ts";
3
4
const dbPath = process.env.DATABASE_PATH ?? "quipslop.sqlite";
5
export const db = new Database(dbPath, { create: true });
0 commit comments