20 lines
380 B
TOML
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
|