#How to use Tanstack Start with Cloudflare Durable Objects?

3 messages · Page 1 of 1 (latest)

south narwhal
#

Is it possible to define durable objects in wrangler configuration and use the same worker deployed for both start and durable object?

odd cedar
#
    "durable_objects": {
        "bindings": [
            {
                "name": "USERDO",
                "class_name": "LexiconDO",
                "script_name": "./src/durableobject.ts"
            }
        ]
    },

like this