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 a5d3570..261d21b 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",