From f0425fdd54f5d2a4a1ab4a22236feffdf9ca4cd7 Mon Sep 17 00:00:00 2001 From: Thomas Krampl Date: Sat, 7 Mar 2026 00:49:20 +0100 Subject: [PATCH] add stout toml --- stout.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 stout.toml diff --git a/stout.toml b/stout.toml new file mode 100644 index 0000000..de3662d --- /dev/null +++ b/stout.toml @@ -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