Files
you-music/Procfile.dev
2025-10-30 14:45:41 +11:00

6 lines
205 B
Plaintext

# Procfile.dev - Development process configuration
# Works with overmind, hivemind, foreman, or node-foreman
backend: cd backend && .venv/bin/python main.py
frontend: cd frontend && npm run dev -- --host