Compare commits

..

No commits in common. "73f24e7132488d3af9317dff8b6b5aae5c5d0808" and "e8ab361bc6c3bfcb3411371205c46988635dff38" have entirely different histories.

View file

@ -1,14 +0,0 @@
version: "1"
processes:
backend:
command: php -S 127.0.0.1:8000 -t backend/public/
working_dir: .
availability:
restart: always
frontend:
command: npm run dev
working_dir: frontend/rabbi_gerzi
availability:
restart: always