fixing dev port

This commit is contained in:
kappa118 2025-03-01 19:57:11 -05:00
parent 03732be387
commit d2a0aa5227

View file

@ -17,4 +17,4 @@ max-fd = 10000
attach-daemon = celery -A dispatcharr worker -l info
attach-daemon = redis-server
attach-daemon = cd /app/frontend && npm run start
attach-daemon = PORT=9191 cd /app/frontend && npm run start