mirror of
https://github.com/moda-gov-tw/tw-did.git
synced 2026-01-09 12:47:58 -05:00
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"name": "@tw-did/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"
|
|
}
|
|
}
|
|
}
|
|
}
|