minesweeper/backend/database/db.ts

4 lines
61 B
TypeScript

import { getDb } from "./getDb";
export const db = getDb();