From fe0eedacc12c3ca4c790d4e9dd7ad235511b0e8a Mon Sep 17 00:00:00 2001 From: Atila Fassina Date: Mon, 23 Dec 2024 09:42:35 +0100 Subject: [PATCH] hotfix deploy path to cloudflare (#1701) --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 91b834827..6e738505e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,7 +2,7 @@ name = "solid-start" compatibility_date = "2022-09-10" account_id = "fa2a5e3787deead800c822a0e1171763" zone_id = "9258b29d3b22bdba0666469e82d18225" -main = "./.output/server/index.mjs" +main = "./docs/.output/server/index.mjs" type = "javascript" route = "start.solidjs.com/*" compatibility_flags = [ "nodejs_compat" ]