Files
z-elements/project.json
Mitch Hijlkema a6d98a9d84 initial commit
Signed-off-by: Mitch Hijlkema <mitch@hijlkema.codes>
2023-08-24 14:04:43 +02:00

15 lines
323 B
JSON

{
"name": "@z-elements/source",
"$schema": "node_modules/nx/schemas/project-schema.json",
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
}