From b0837d6eecafe304b7e34d03868507cc2cb9b20c Mon Sep 17 00:00:00 2001 From: Vic Date: Sat, 13 Jul 2024 01:29:13 -0500 Subject: [PATCH] fix wrangler --- client/wrangler.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/wrangler.toml b/client/wrangler.toml index 1724e7e..17672b3 100644 --- a/client/wrangler.toml +++ b/client/wrangler.toml @@ -1,8 +1,4 @@ name = "tech" account_id = "**********" workers_dev = true -compatibility_date = "2024-07-11" - -[build] -command="npm run build" -watch_dir="views/" \ No newline at end of file +compatibility_date = "2024-07-11" \ No newline at end of file