Hi! I'm trying to deploy Nosflare using deploy.nosflare.com but getting this error:
Failed to create worker: In order to use Durable Objects with a free plan, you must create a namespace using a
new_sqlite_classes migration.
I see the main repo's wrangler.toml (v4) already uses new_sqlite_classes = ["RelayWebSocket"], so the deployment
service might be using an older config with new_classes instead.
Could you update the deployment service to use the latest wrangler.toml? Or is there a workaround I can use?
Thanks for building Nosflare!