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 155df86..39ad358 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,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",