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