Skip to content

Commit

Permalink
added externalDir feat
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejianu committed Nov 5, 2023
1 parent acc6d0b commit 8ad5916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/frontend-v2/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
const nextConfig = {
reactStrictMode: true,
output: "standalone",
experimental: {
// this will allow nextjs to resolve files (js, ts, css)
// outside packages/app directory.
externalDir: true,
},
};

module.exports = nextConfig;

0 comments on commit 8ad5916

Please sign in to comment.