From 4571e203180afbf0b9ad412c08109bba013b08a8 Mon Sep 17 00:00:00 2001 From: u <@> Date: Tue, 10 Mar 2026 08:23:57 +0200 Subject: a --- wrangler.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 wrangler.toml (limited to 'wrangler.toml') diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..b5d670b --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,14 @@ +name = "ataxia-rs" +main = "build/index.js" +compatibility_date = "2026-03-01" + +[build] +command = "cargo install -q \"worker-build@^0.7\" && worker-build --release" + +[assets] +directory = "./assets" +binding = "ASSETS" + +[[kv_namespaces]] +binding = "ataxia" +id = "828dc8eb6d514054a382c3070dc94e8c" -- cgit v1.2.3