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"