Files
hello-test/maik.toml
T

13 lines
164 B
TOML
Raw Normal View History

2026-06-08 02:16:31 +00:00
name = "hello-test"
version = "1.0.0"
framework = "express"
type = "backend"
[start]
command = "node server.js"
processes = 1
[web]
path = "/"
health = "/health"