fix(docs): update documentation and packaging configuration: document smartmta/smartdns integrations, adjust API method names, and add release registry info

This commit is contained in:
2026-02-12 10:15:26 +00:00
parent 2c875cbb18
commit 87c039a63f
6 changed files with 135 additions and 82 deletions

View File

@@ -3,7 +3,11 @@
"watchers": [
{
"name": "dcrouter-dev",
"watch": ["ts/**/*.ts", "ts_*/**/*.ts", "test_watch/devserver.ts"],
"watch": [
"ts/**/*.ts",
"ts_*/**/*.ts",
"test_watch/devserver.ts"
],
"command": "pnpm run build && tsrun test_watch/devserver.ts",
"restart": true,
"debounce": 500,
@@ -22,7 +26,7 @@
}
]
},
"gitzone": {
"@git.zone/cli": {
"projectType": "service",
"module": {
"githost": "gitlab.com",
@@ -53,9 +57,16 @@
"SMTP STARTTLS",
"DNS management"
]
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
},
"npmci": {
"@ship.zone/szci": {
"npmGlobalTools": [],
"dockerRegistryRepoMap": {
"registry.gitlab.com": "code.foss.global/serve.zone/dcrouter"