mirror of
https://github.com/wahyd4/you-music.git
synced 2026-08-08 20:59:47 +10:00
First version works!
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user