mirror of
https://github.com/wahyd4/you-music.git
synced 2026-08-09 05:06:44 +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
|