Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: spinner-io-game | |
| env: node | |
| rootDir: server | |
| buildCommand: npm install && npm run build | |
| startCommand: npm start | |
| envVars: | |
| - key: NODE_ENV | |
| value: production | |
| services: | |
| - type: web | |
| name: spinner-io-game | |
| env: node | |
| rootDir: server | |
| buildCommand: npm install && npm run build | |
| startCommand: npm start | |
| envVars: | |
| - key: NODE_ENV | |
| value: production | |