Files
AstralRinth/nx.json
Jai A e84426a4f9 feat(nx): Added Nx Cloud token to your nx.json
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/BTN2S5oDFZ
2024-07-03 00:18:36 -07:00

15 lines
317 B
JSON

{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"production": [
"default"
],
"sharedGlobals": []
},
"nxCloudAccessToken": "MWVlOTgyZjYtNzAyYS00ZTkxLTg0MGYtZjgzMDA0MzIzOTE1fHJlYWQtd3JpdGU="
}