Update default port to 3005 for test instance

This commit is contained in:
2025-12-31 02:58:57 +00:00
parent 61ea64b13d
commit 6dc58c2fc3
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ trap "echo 'Server stopped by user'; exit 0" SIGINT
MAX_BACKOFF=60
FAIL_COUNT=0
PID_FILE="bun.pid"
PORT=${PORT:-3000}
PORT=${PORT:-3005}
ENTRYPOINT="backend/server.ts"
mkdir -p logs