fix: remove @nx/next plugin references from nx.json

This commit is contained in:
maulanasdqn
2026-04-11 10:14:20 +07:00
parent 0e0ca9720a
commit b82b03a8a2
-17
View File
@@ -36,17 +36,6 @@
"watchDepsTargetName": "watch-deps"
}
},
{
"plugin": "@nx/next/plugin",
"options": {
"startTargetName": "start",
"buildTargetName": "build",
"devTargetName": "dev",
"serveStaticTargetName": "serve-static",
"buildDepsTargetName": "build-deps",
"watchDepsTargetName": "watch-deps"
}
},
{
"plugin": "@nx/playwright/plugin",
"options": {
@@ -78,12 +67,6 @@
"unitTestRunner": "vitest"
}
},
"@nx/next": {
"application": {
"style": "none",
"linter": "eslint"
}
}
},
"release": {
"version": {