Cannot find module 'cloudflare:workers' when creating RPC WorkerEntrypoint
I'm following the first example in https://developers.cloudflare.com/workers/runtime-apis/rpc/, but encounter this "cannot find module" error in vscode. If I delete the import WorkerEntrypoint, vscode can't find the class. This is not a new project but an attempt to add RPC to an existing worker codebase.
0 Replies