with sveltekit i cannot (yet) directly code a durable object in the same project as the frontend/backend worker. to use durable objects in this case tho what would you recommend? should i make a worker that acts as kind of a "internal api" or is there a way to make just the DO, and link it even if they are in two separate projects?