AIvoices/server-cloudflare/wrangler.toml
2026-04-17 12:15:34 +05:30

20 lines
No EOL
397 B
TOML

name = "elato-cloudflare-voice"
main = "src/index.ts"
compatibility_date = "2026-04-17"
compatibility_flags = ["nodejs_compat"]
[ai]
binding = "AI"
[[durable_objects.bindings]]
name = "ElatoOpenAiVoiceAgent"
class_name = "ElatoOpenAiVoiceAgent"
[[migrations]]
tag = "v1"
new_sqlite_classes = ["ElatoOpenAiVoiceAgent"]
[observability]
[observability.logs]
enabled = false
invocation_logs = true