❯ bunx convex dev
⠸ Bundling component schemas and implementations...
✘ [ERROR] Could not resolve "@convex-dev/auth/server"
convex/auth.ts:1:27:
1 │ import { convexAuth } from "@convex-dev/auth/server";
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@convex-dev/auth/server" as external to exclude it from the bundle, which
will remove this error and leave the unresolved path in the bundle.
❯ bunx convex dev
⠸ Bundling component schemas and implementations...
✘ [ERROR] Could not resolve "@convex-dev/auth/server"
convex/auth.ts:1:27:
1 │ import { convexAuth } from "@convex-dev/auth/server";
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@convex-dev/auth/server" as external to exclude it from the bundle, which
will remove this error and leave the unresolved path in the bundle.