From bc745f4623ae5667a5302e53ce3cd0b2f3edd666 Mon Sep 17 00:00:00 2001 From: Katsuyuki Omuro Date: Tue, 7 Oct 2025 22:28:00 +0900 Subject: [PATCH] Add .fastlyignore, Update to CLI 12.1.0 --- .fastlyignore | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .fastlyignore diff --git a/.fastlyignore b/.fastlyignore new file mode 100644 index 0000000..d851121 --- /dev/null +++ b/.fastlyignore @@ -0,0 +1,3 @@ +/node_modules +/bin +/pkg diff --git a/package.json b/package.json index 43e8247..da298b9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@fastly/js-compute": "^3.33.2" }, "devDependencies": { - "@fastly/cli": "^11.0.0" + "@fastly/cli": "^12.1.0" }, "scripts": { "build": "js-compute-runtime ./src/index.js ./bin/main.wasm",