initial commit

This commit is contained in:
Ken Yasue
2025-06-01 22:21:33 +02:00
commit 5149012dcf
30 changed files with 6346 additions and 0 deletions

3
app/connection.ts Normal file
View File

@ -0,0 +1,3 @@
import { dbSource } from "@/schema";
export const db = await dbSource()