somoni
05/28/2023, 10:58 PMwrangler dev
✘ [ERROR] Could not resolve "shared"
src/worker.ts:11:22:
11 │ import {Greet01} from "shared"
╵ ~~~~~~~~
You can mark the path "shared" as external to exclude it from the bundle, which will remove this error.
✘ [ERROR] Build failed with 1 error:
src/worker.ts:11:22: ERROR: Could not resolve "shared"
somoni
05/28/2023, 11:02 PMKynson
05/29/2023, 2:31 AMKynson
05/29/2023, 2:46 AMnpm install
you should see shared gets linked in node_module