發佈與版控目標改為 jianmiau

摘要:
publishConfig 與 repository 改指向 jianmiau.ddns.net,之後裸 npm publish
直接發到公開 registry;git origin 也已對調為 jianmiau(catan 降為備用 remote)。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-04 17:14:01 +08:00
co-authored by Claude Fable 5
parent c8b3ff68a7
commit 8d4cec9bb3
+2 -2
View File
@@ -5,11 +5,11 @@
"license": "MIT", "license": "MIT",
"type": "commonjs", "type": "commonjs",
"publishConfig": { "publishConfig": {
"registry": "https://git.catan.com.tw/api/packages/Frontend/npm/" "registry": "https://jianmiau.ddns.net/api/packages/AI/npm/"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@git.catan.com.tw:Frontend/telegram-codex-bot.git" "url": "ssh://git@jianmiau.ddns.net:8022/AI/telegram-codex-bot.git"
}, },
"main": "src/index.js", "main": "src/index.js",
"bin": { "bin": {