Files
Polaris/render.yaml
Russell2259 e4c0cb6920 sync
2023-12-03 21:48:05 -07:00

12 lines
205 B
YAML

services:
- type: web
name: space
region: oregon
plan: free
runtime: node
buildCommand: npm i
startCommand: npm start
envVars:
- key: NODE_VERSION
value: 20.0.0