fix: update app port in .env and .env.example to 3024 and 3023 respectively

This commit is contained in:
2026-04-27 00:47:47 -04:00
parent 665646bc18
commit 7a022bc085
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
NODE_ENV=development
APP_PORT=3000
APP_PORT=3024
FRONTEND_PORT=5173
DB_PATH=/data/sqlite/app.db