Skip to content

Commit c1921e8

Browse files
Merge pull request #14 from maxonchickdev/feat/nx-cloud/setup
feat(nx-cloud): setup nx workspace
2 parents 37055be + c147c7b commit c1921e8

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

nx.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"sharedGlobals": []
1616
},
17-
"nxCloudId": "670a731f0cf42074631a4718",
17+
"nxCloudId": "67321b5530ba37e689c018bd",
1818
"plugins": [
1919
{
2020
"plugin": "@nx/next/plugin",
@@ -25,12 +25,7 @@
2525
"serveStaticTargetName": "serve-static"
2626
}
2727
},
28-
{
29-
"plugin": "@nx/eslint/plugin",
30-
"options": {
31-
"targetName": "lint"
32-
}
33-
},
28+
{ "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } },
3429
{
3530
"plugin": "@nx/webpack/plugin",
3631
"options": {
@@ -41,12 +36,7 @@
4136
}
4237
],
4338
"generators": {
44-
"@nx/next": {
45-
"application": {
46-
"style": "css",
47-
"linter": "eslint"
48-
}
49-
}
39+
"@nx/next": { "application": { "style": "css", "linter": "eslint" } }
5040
},
5141
"targetDefaults": {
5242
"@nx/js:tsc": {

0 commit comments

Comments
 (0)