herenickname
Explore posts from serversCDCloudflare Developers
•Created by herenickname on 2/19/2025 in #workers-help
How to create a binding TS types from RPC worker?
thank you!!!
6 replies
CDCloudflare Developers
•Created by herenickname on 2/19/2025 in #workers-help
How to create a binding TS types from RPC worker?
Can I call a Durable Object from a worker of another wrangler project? I want to separate DO and api-workers that call them into different projects.
So in this example I want to do this:
/DOs/src/index.ts:
/api/src/index.ts:
6 replies