diff options
Diffstat (limited to 'wrangler.toml')
| -rw-r--r-- | wrangler.toml | 14 |
1 files changed, 14 insertions, 0 deletions
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" |
