From 5a8dd2cb77324159b70c9993da3863c4ea1bab2a Mon Sep 17 00:00:00 2001 From: POP12POP Date: Sat, 22 Feb 2025 13:41:59 +0200 Subject: [PATCH] Create awrangler.toml --- awrangler.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 awrangler.toml diff --git a/awrangler.toml b/awrangler.toml new file mode 100644 index 0000000..d2446a0 --- /dev/null +++ b/awrangler.toml @@ -0,0 +1,11 @@ +name = "n8n-app" +compatibility_date = "2024-02-22" + +[build] +command = "npm install && npm run build" + +[site] +bucket = "./dist" + +[build.upload] +format = "service-worker"