Files
2025-07-16 17:21:20 +02:00

21 lines
466 B
JSON

{
"name": "@attraccess/source",
"$schema": "node_modules/nx/schemas/project-schema.json",
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["*.{js,ts}", "docs/**/*.md"]
}
},
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
}