code quality updates

This commit is contained in:
2026-07-17 13:55:39 +02:00
parent d74fd3a248
commit 729b7f566f
9 changed files with 422 additions and 53 deletions
+11
View File
@@ -0,0 +1,11 @@
# Server port
PORT=3000
# Log level: fatal | error | warn | info | debug | trace
LOG_LEVEL=info
# Node environment: production | development | test
NODE_ENV=development
# App version override (optional falls back to VERSION file)
# APP_VERSION=1.0.0