mirror of
https://github.com/wahyd4/you-music.git
synced 2026-08-08 20:59:47 +10:00
6 lines
205 B
Plaintext
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
|