mirror of
https://github.com/mudita/mudita-center.git
synced 2026-02-20 07:58:41 -05:00
15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"name": "mudita-center",
|
|
"$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"
|
|
}
|
|
}
|
|
}
|
|
}
|