From 1dc7e00ae4d591e13d0baebcdb6a4f19774ab11b Mon Sep 17 00:00:00 2001 From: christian Date: Thu, 31 Oct 2024 06:07:45 +0100 Subject: [PATCH] added wrangler.toml --- wrangler.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wrangler.toml diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..5283dea --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,10 @@ +name = "image-conversion-client" +main = "./build/index.js" +compatibility_date = "2024-10-31" + +[site] +bucket = "./public" + +[build] +command = "npm run build" +watch_dir = "app"