Files
sonr/wrangler.toml
T

9 lines
183 B
TOML
Raw Normal View History

name = "sonr-id"
main = "./cmd/hway/build/worker.mjs"
compatibility_date = "2024-10-07"
routes = [{ pattern = "sonr.id", custom_domain = true }]
[build]
command = "make hway-build"