Skip to content

Commit 1aad8b3

Browse files
committed
swap
1 parent e38348c commit 1aad8b3

5 files changed

Lines changed: 457 additions & 932 deletions

File tree

db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Database } from "bun:sqlite";
2-
import type { RoundState } from "./game-effect.ts";
2+
import type { RoundState } from "./game.ts";
33

44
const dbPath = process.env.DATABASE_PATH ?? "quipslop.sqlite";
55
export const db = new Database(dbPath, { create: true });

0 commit comments

Comments
 (0)