Skip to content

Commit 91ab6c7

Browse files
authored
Update next.config.mjs
1 parent 59b80ac commit 91ab6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
transpilePackages: ["@call/ui", "@call/auth"],
3+
transpilePackages: ["@workspace/ui"],
44
};
55

66
export default nextConfig;

0 commit comments

Comments
 (0)