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

20 lines
380 B
TOML

name = "elato"
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 = true
invocation_logs = true