From 04c8ebbe06864351e37804ee10c9612df3dbd1be Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 11 Mar 2026 21:07:30 -0500 Subject: [PATCH] add api config to example config --- config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.yaml b/config.yaml index 52856e0..71a0138 100644 --- a/config.yaml +++ b/config.yaml @@ -1,3 +1,5 @@ +api: + port: 8080 modules: - id: http type: http.server