We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e34cb commit e57c476Copy full SHA for e57c476
1 file changed
apps/positions/next.config.js
@@ -1,7 +1,7 @@
1
//@ts-check
2
3
// eslint-disable-next-line @typescript-eslint/no-var-requires
4
-const { withNx } = require("@nx/next/plugins/with-nx");
+// const { withNx } = require("@nx/next/plugins/with-nx");
5
6
/**
7
* @type {import('@nx/next/plugins/with-nx').WithNxOptions}
@@ -17,5 +17,6 @@ const nextConfig = {
17
},
18
output: "standalone",
19
};
20
+export default nextConfig;
21
-module.exports = withNx(nextConfig);
22
+// module.exports = withNx(nextConfig);
0 commit comments