blob: 3e66e7826798ad169933daae94a264e51938bd16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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"
[[routes]]
pattern = "ataxia.moe"
custom_domain = true
[[routes]]
pattern = "ataxia.moe/*"
zone_name = "ataxia.moe"
|