From 70bf54d14e65dcd31bfd36411379195eee3a182b Mon Sep 17 00:00:00 2001 From: Katsuyuki Omuro Date: Mon, 4 Mar 2024 16:21:37 +0900 Subject: [PATCH] Populate scripts.build --- fastly.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fastly.toml b/fastly.toml index bb79be9..20dbb66 100644 --- a/fastly.toml +++ b/fastly.toml @@ -3,3 +3,6 @@ description = "Capture beacon data from the browser, divert beacon request paylo language = "rust" manifest_version = 2 name = "Beacon termination" + +[scripts] + build = "cargo build --bin fastly-compute-project --release --target wasm32-wasi --color always"