fix(core): update

This commit is contained in:
2024-05-15 10:10:41 +02:00
commit cf500f9197
24 changed files with 7062 additions and 0 deletions

28
npmextra.json Normal file
View File

@@ -0,0 +1,28 @@
{
"npmdocker": {
"baseImage": "hosttoday/ht-docker-node:npmci",
"command": "echo \"inside docker now\"",
"dockerSock": true
},
"npmci": {
"npmGlobalTools": [],
"npmRegistryUrl": "verdaccio.lossless.one",
"dockerRegistryRepoMap": {
"registry.gitlab.com": "losslessone/services/servezone/coretraffic"
},
"dockerBuildargEnvMap": {
"NPMCI_TOKEN_NPM2": "NPMCI_TOKEN_NPM2"
}
},
"gitzone": {
"projectType": "service",
"module": {
"githost": "gitlab.com",
"gitscope": "servezone/private",
"gitrepo": "coretraffic",
"shortDescription": "route traffic within your docker setup. TypeScript ready.",
"npmPackagename": "@servezone_private/coretraffic",
"license": "UNLICENSED"
}
}
}