Next fail at resolving bun module
Unanswered
Ring-necked Duck posted this in #help-forum
Ring-necked DuckOP
Module not found: Can't resolve 'bun'
1 | import { type Params } from "@/lib/types";
2 | import { db } from "@/server/db";
> 3 | import { $ } from "bun";
| ^
4 | import { MoleculeCard } from "@/components/molecule-card";
5 |
6 | export default async function List(
https://nextjs.org/docs/messages/module-not-found