#How to use Tanstack Start with Cloudflare Durable Objects?
3 messages · Page 1 of 1 (latest)
yes but not in vite dev mode (i am learning how vite plugins work so maybe i'lll get it working in dev too)
"durable_objects": {
"bindings": [
{
"name": "USERDO",
"class_name": "LexiconDO",
"script_name": "./src/durableobject.ts"
}
]
},
like this