To connect your workspace to Nx Cloud, push your repository to your git hosting provider and go to the following URL: https://cloud.nx.app/connect/xzpRjjqIum
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"namedInputs": {
|
|
"default": [
|
|
"{projectRoot}/**/*",
|
|
"sharedGlobals"
|
|
],
|
|
"production": [
|
|
"default"
|
|
],
|
|
"sharedGlobals": []
|
|
},
|
|
"nxCloudId": "67c43f4ee6f8f80a33a28a09"
|
|
}
|