17 lines
265 B
JSON
17 lines
265 B
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"namedInputs": {
|
|
"default": [
|
|
"{projectRoot}/**/*",
|
|
"sharedGlobals"
|
|
],
|
|
"production": [
|
|
"default"
|
|
],
|
|
"sharedGlobals": []
|
|
},
|
|
"plugins": [
|
|
"@monodon/rust"
|
|
]
|
|
}
|