13 lines
164 B
TOML
13 lines
164 B
TOML
name = "hello-test"
|
|
version = "1.0.0"
|
|
framework = "express"
|
|
type = "backend"
|
|
|
|
[start]
|
|
command = "node server.js"
|
|
processes = 1
|
|
|
|
[web]
|
|
path = "/"
|
|
health = "/health"
|