ERROR Could not resolve "cloudflare:workers"
Refactoring our working WebSockets to use Durable Objects with RPC methods.
Using the Durable Object sample to start with no errors or warnings.
But on build:
✘ [ERROR] Could not resolve "cloudflare:workers"
src/durable-objects/testws.do.ts:3:30:
3 │ import { DurableObject } from 'cloudflare:workers'
[@Cloudflare/workers-types 4.2 node v20.17.0 npm 10.8.2 ]
Not sure if this is a package problem or config issue or what..
TIA for any direction
Using the Durable Object sample to start with no errors or warnings.
But on build:
✘ [ERROR] Could not resolve "cloudflare:workers"
src/durable-objects/testws.do.ts:3:30:
3 │ import { DurableObject } from 'cloudflare:workers'
[@Cloudflare/workers-types 4.2 node v20.17.0 npm 10.8.2 ]
Not sure if this is a package problem or config issue or what..
TIA for any direction

