From 6ea66c451bdcc1251de03eada0d98b7362e71c3f Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sat, 11 Apr 2026 16:06:34 +0200 Subject: [PATCH] fix: use new_sqlite_classes for Durable Objects (required on free plan) Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/chat-worker/wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chat-worker/wrangler.toml b/apps/chat-worker/wrangler.toml index 5f244bc..522aa9d 100644 --- a/apps/chat-worker/wrangler.toml +++ b/apps/chat-worker/wrangler.toml @@ -9,7 +9,7 @@ bindings = [ [[migrations]] tag = "v1" -new_classes = ["ChatRoom"] +new_sqlite_classes = ["ChatRoom"] [observability] enabled = true