Migrate to a monorepo structure (#2909)
This commit is contained in:
26
nx.json
Normal file
26
nx.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"targetDefaults": {
|
||||
"build": {
|
||||
"cache": true,
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
"cache": true
|
||||
},
|
||||
"test": {
|
||||
"cache": true
|
||||
},
|
||||
"e2e": {
|
||||
"cache": true
|
||||
}
|
||||
},
|
||||
"installation": {
|
||||
"version": "17.2.0"
|
||||
},
|
||||
"affected": {
|
||||
"defaultBase": "main"
|
||||
},
|
||||
"nxCloudAccessToken": "OWU4MWJiZGYtNTIzZi00OTVhLWE5NWEtNDBhNjk0NThhYzRmfHJlYWQtd3JpdGU="
|
||||
}
|
||||
Reference in New Issue
Block a user