From c746e5f181d0bdb538674af66efe99955e5df09c Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Tue, 6 Aug 2024 10:44:01 +0100 Subject: [PATCH] explicit main --- xbarapp.com/app.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xbarapp.com/app.yaml b/xbarapp.com/app.yaml index 1030eaa64..52195a42c 100644 --- a/xbarapp.com/app.yaml +++ b/xbarapp.com/app.yaml @@ -1,6 +1,8 @@ service: default runtime: go122 +main: . + handlers: - url: /docs/ static_dir: public/docs