9 lines
168 B
TOML
9 lines
168 B
TOML
name = "nekoai-api"
|
|
main = "src/index.js"
|
|
compatibility_date = "2026-03-12"
|
|
workers_dev = true
|
|
|
|
routes = [
|
|
{ pattern = "nekoai-api.git.llc", custom_domain = true }
|
|
]
|