feat: upgrade nx

This commit is contained in:
Maulana Sodiqin
2025-11-24 10:48:09 +07:00
parent e067450fcb
commit 6348a4998b
9 changed files with 4602 additions and 5203 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const path = require('path');
/** @type {import('@nx/next/plugins/with-nx').WithNxOptions} */
const nextConfig = {
nx: { svgr: false },
nx: {},
output: 'standalone',
};