initial commit: add server

This commit is contained in:
2026-02-13 22:43:55 -08:00
commit 5faa57a741
16 changed files with 2882 additions and 0 deletions

9
server/.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
node_modules
.env
.env.*
dev.db
*.db
prisma/migrations
.DS_Store
dist