You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@osascript -e 'tell application "Terminal" to do script "cd $(PWD) && poetry run celery -A celery_worker:celery_app worker --loglevel=info --concurrency=4"'
@osascript -e 'tell application "Terminal" to do script "cd $(PWD) && poetry run uvicorn app:app --reload"'