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

7 lines
199 B
Plaintext

# Procfile for local development
# Use with: npm install -g node-foreman
# Then run: nf start
backend: cd backend && source .venv/bin/activate && python main.py
frontend: cd frontend && npm run dev