From 4705f53c11cc5dc6c989898f0d86e8b066008928 Mon Sep 17 00:00:00 2001 From: Jagger De Leo Date: Thu, 24 Nov 2022 19:37:40 -0500 Subject: [PATCH] fix: Fix tinygo-handler .manifest.json lib file --- .manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.manifest.json b/.manifest.json index c7ffd14..b09c2d7 100644 --- a/.manifest.json +++ b/.manifest.json @@ -28,7 +28,7 @@ "tinygo-handler": { "path": "templates/tinygo-handler", "lang": "tinygo", - "lib": "main.go.tmpl" + "lib": "handler.go.tmpl" } } } \ No newline at end of file