feat: bootstrap codexdash app

This commit is contained in:
2026-05-01 01:33:57 +09:00
commit 0ced12cb81
55 changed files with 10481 additions and 0 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
JWT_SECRET=change-me
ENCRYPTION_SECRET=change-me-32-characters-minimum
DATABASE_URL=file:./dev.db
VITE_API_BASE_URL=http://localhost:3001