Skip to content

Commit 8f1446b

Browse files
committed
feat: visual editing and preview kit feature
feat: visual editing and preview kit feature
1 parent d12aa2d commit 8f1446b

64 files changed

Lines changed: 4064 additions & 10 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

nx.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
"options": {
6565
"packageRoot": "dist/{projectRoot}"
6666
}
67+
},
68+
"@nx/js:tsc": {
69+
"cache": true,
70+
"dependsOn": ["^build"],
71+
"inputs": ["production", "^production"]
6772
}
6873
},
6974
"generators": {
@@ -84,5 +89,13 @@
8489
"changeDetection": "OnPush"
8590
}
8691
},
87-
"nxCloudAccessToken": "YzUwYjkyYjQtYmNhZS00ODQzLTgwMjEtMzVjNWY4MDc1YTY2fHJlYWQtd3JpdGU="
92+
"nxCloudAccessToken": "YzUwYjkyYjQtYmNhZS00ODQzLTgwMjEtMzVjNWY4MDc1YTY2fHJlYWQtd3JpdGU=",
93+
"plugins": [
94+
{
95+
"plugin": "@nx/eslint/plugin",
96+
"options": {
97+
"targetName": "eslint:lint"
98+
}
99+
}
100+
]
88101
}

0 commit comments

Comments
 (0)