Files
notifications-api/Procfile.dev
Carlo Costino 419d6cee69 Update the flask-socketio config to play more nicely:
* Reverts run commands to what they previously were
* Addresses some outstanding linting/formatting
* Accounts for proper config initialization (CORS, Redis)
* Updates dependencies and pulls in latest changes from main

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-04-16 17:43:10 -04:00

4 lines
76 B
Plaintext

web: make run-flask
worker: make run-celery
scheduler: make run-celery-beat