DDeno•Created by Bastin on 11/14/2024 in #help Monorepo NextJS import problem
When I try to use NextJS in a Deno monorepo, the package import like
import {add} from "@scope/add";
inside the nextjs app throws
⨯ TypeError: Cannot read properties of undefined (reading 'bold')