Files
memind_adm/scripts/.releaseignore-prod
john 0da7f04878 docs(ops): 统一 md.tkmind.cn 域名与 105→103 反代拓扑
将管理后台公网域名从 gadm 更正为 md.tkmind.cn,补充 105 nginx 反代 103 的部署说明,
默认 VITE_BASE_PATH=/ 以支持 /analytics/seo-geo 根路径访问。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-10 17:38:31 +08:00

39 lines
743 B
Plaintext

.git
.gitignore
.DS_Store
.env
.env.example
.env.production
.adm-api.pid
.adm-dev.pid
.adm-preview.pid
.claude
.mindops
node_modules
coverage
*.log
adm-preview.log
adm-api.log
# 开发源码与文档 — 103 只允许运行产物,不允许保留可编辑源码树
src
docs
tsconfig.app.json
tsconfig.json
tsconfig.node.json
vite.config.ts
# 开发入口页(dist/index.html 必须保留)
/index.html
DEVELOPMENT_RELEASE_RULES.md
ENGINEERING_WORKFLOW_RULES.md
PRODUCTION_RELEASE_RULES.md
TEST_RELEASE_RULES.md
# 仅本机开发/运维脚本
scripts/dev.mjs
scripts/local_restart.sh
scripts/pro_restart.sh
scripts/rsync_to_server.sh
scripts/audit-103-state.sh
scripts/md-nginx-105.conf
scripts/md-nginx.conf.example
scripts/md-lb.Caddyfile