Update default port to 3005 for test instance
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user