diff --git a/frontend/package.json b/frontend/package.json index 43230511..38affdfe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "zustand": "^5.0.3" }, "scripts": { - "start": "react-scripts start", + "start": "PORT=9191 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", diff --git a/uwsgi.dev.ini b/uwsgi.dev.ini index 610f563b..8b3415ab 100644 --- a/uwsgi.dev.ini +++ b/uwsgi.dev.ini @@ -17,4 +17,4 @@ max-fd = 10000 attach-daemon = celery -A dispatcharr worker -l info attach-daemon = redis-server -attach-daemon = PORT=9191 cd /app/frontend && npm run start +attach-daemon = cd /app/frontend && npm run start