From a136a07c8b078fc7016b572bd725c8a251df910b Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Sun, 9 Aug 2026 14:38:38 -0400 Subject: [PATCH] fix: work around Netlify CLI dev bug --- netlify.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 6e1aa67..cd5a7df 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,6 @@ NODE_VERSION = "26" [dev] command = "vite dev" -targetPort = 5173 [functions] deno_import_map = "./import_map.json" -- 2.51.2