Spaces:
Runtime error
Runtime error
File size: 173 Bytes
50ca514 | 1 2 3 4 5 6 7 8 9 | services:
- type: web
name: frontend-app
buildCommand: npm run install
startCommand: npm run dev
envVars:
- key: PYTHON_VERSION
value: 3.8.0
|