12 lines
205 B
YAML
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
|