blakus/nx.json
Broks Randolfs Gailītis a281a8f5de Initial commit
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
2025-03-02 13:23:29 +02:00

15 lines
268 B
JSON

{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"production": [
"default"
],
"sharedGlobals": []
},
"nxCloudId": "67c43f4ee6f8f80a33a28a09"
}