frontend-app / render.yaml
Keys
fixes
2ecbb66
raw
history blame contribute delete
173 Bytes
services:
- type: web
name: frontend-app
buildCommand: npm run install
startCommand: npm run dev
envVars:
- key: PYTHON_VERSION
value: 3.8.0