diff --git a/nx.json b/nx.json index 1fe9142..2dc43f3 100644 --- a/nx.json +++ b/nx.json @@ -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": {