add stout toml

This commit is contained in:
2026-03-07 00:49:20 +01:00
parent 3377b07f61
commit f0425fdd54

16
stout.toml Normal file
View File

@@ -0,0 +1,16 @@
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