fixed port in package.json

This commit is contained in:
kappa118 2025-03-01 19:59:06 -05:00
parent d2a0aa5227
commit f32adc7abc
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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