Files
hello-world/stout.toml
2026-03-07 00:49:20 +01:00

17 lines
292 B
TOML

name = "hello-world"
description = "SvelteKit hello-world demo app"
[build]
context = "."
[processes.web]
type = "server"
port = 3000
[deploy]
strategy = "rolling"
approval = "auto"
rollback_on_failure = true
health_check_path = "/"
health_check_grace = 15