Skip to content

Commit e57c476

Browse files
committed
fix: no nx in nextconfig
1 parent 74e34cb commit e57c476

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/positions/next.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//@ts-check
22

33
// eslint-disable-next-line @typescript-eslint/no-var-requires
4-
const { withNx } = require("@nx/next/plugins/with-nx");
4+
// const { withNx } = require("@nx/next/plugins/with-nx");
55

66
/**
77
* @type {import('@nx/next/plugins/with-nx').WithNxOptions}
@@ -17,5 +17,6 @@ const nextConfig = {
1717
},
1818
output: "standalone",
1919
};
20+
export default nextConfig;
2021

21-
module.exports = withNx(nextConfig);
22+
// module.exports = withNx(nextConfig);

0 commit comments

Comments
 (0)