11 lines
191 B
YAML
11 lines
191 B
YAML
services:
|
|
- type: web
|
|
name: space
|
|
region: oregon
|
|
plan: free
|
|
buildCommand: npm i
|
|
startCommand: node index.js
|
|
envVars:
|
|
- key: NODE_VERSION
|
|
value: 20.0.0
|