fix: update app port in .env and .env.example to 3024 and 3023 respectively
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Never commit .env — it is gitignored.
|
||||
|
||||
NODE_ENV=development
|
||||
APP_PORT=3000
|
||||
APP_PORT=3023
|
||||
FRONTEND_PORT=5173
|
||||
DB_PATH=/data/sqlite/app.db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user