updated uwsgi for dev

This commit is contained in:
dekzter 2025-03-11 20:34:48 -04:00
parent 4bc460f74d
commit 85b8f6194e

View file

@ -5,7 +5,7 @@
attach-daemon = celery -A dispatcharr worker -l info
attach-daemon = redis-server
attach-daemon = daphne -b 0.0.0.0 -p 8001 dispatcharr.asgi:application
attach-daemon = cd /app/vite && npm run dev
attach-daemon = cd /app/frontend && npm run dev
# Core settings
chdir = /app