AIvoices/server/cloudflare/wrangler.toml
2026-04-17 17:09:20 +05:30

26 lines
484 B
TOML

name = "elato"
main = "src/index.ts"
compatibility_date = "2026-04-17"
compatibility_flags = ["nodejs_compat"]
[ai]
binding = "AI"
[[durable_objects.bindings]]
name = "ElatoVoiceSession"
class_name = "ElatoVoiceSession"
[[migrations]]
tag = "v1"
new_sqlite_classes = ["ElatoOpenAiVoiceAgent"]
[[migrations]]
tag = "v2"
renamed_classes = [
{ from = "ElatoOpenAiVoiceAgent", to = "ElatoVoiceSession" }
]
[observability]
[observability.logs]
enabled = true
invocation_logs = true