init: init prok

This commit is contained in:
2026-04-16 15:34:47 +08:00
commit db74381f13
56 changed files with 5850 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
DATABASE_URL="file:./dev.db"
JWT_SECRET="change-me-to-a-random-secret"
ADMIN_API_KEY="change-me-to-a-random-key"
SERVER_PORT=3000
SITE_URL="http://localhost:5173"