Spaces:
Paused
Paused
| services: | |
| - type: web | |
| name: watchtorrent | |
| env: node | |
| buildCommand: cd client && npm install && npm run build && cd ../server && npm install | |
| startCommand: node server/index.js | |
| envVars: | |
| - key: NODE_ENV | |
| value: production | |
| - key: PORT | |
| value: 3000 | |