This commit is contained in:
jason
2026-03-16 14:38:00 -05:00
commit 3d05e3929d
193 changed files with 40238 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
PORT=3000
JWT_SECRET=change-me
DATABASE_URL="file:../../data/prisma/app.db"
DATA_DIR="./data"
CLIENT_ORIGIN="http://localhost:5173"