added biome

This commit is contained in:
BeauTroll
2026-01-19 13:35:20 +01:00
parent 10859a4e64
commit 0bea7bc3f4
17 changed files with 1226 additions and 194 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# Database
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/dofus_manager?schema=public"
# App
APP_URL="http://localhost:3000"
NODE_ENV="development"
# Session
SESSION_SECRET="change-me-to-a-random-string-min-32-chars"