From 72c24a7986878e8264fc7145538ee2e1b1f0f0e0 Mon Sep 17 00:00:00 2001 From: milankomaj Date: Sun, 24 Nov 2024 23:36:24 +0100 Subject: [PATCH] --- wrangler.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index c58e562..32d37fd 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,10 +1,10 @@ name = "dev-badge" -main = "./dist/worker.js" +main = "./dist/worker.js" # +# main = "./index.js" # +# account_id = "****" workers_dev = true compatibility_date = "2022-08-04" send_metrics = false -# main = "./index.js" # /tmp -# account_id = "****" [placement] mode = "smart" @@ -39,6 +39,7 @@ local_protocol = "http" upstream_protocol = "https" [vars] - # + [build] - # \ No newline at end of file +command = "npm run build" +watch_dir = "./mods" \ No newline at end of file