连续两次发布因新 release 缺少 Web dist 导致线上根路径 404。
实施:在发布/验证流程中强制检查 dist/index.html 存在;Server-only 发布也必须复制或链接已验证 Web dist,检查失败禁止切换 current。 验收:校验失败可阻断;正常发布通过;线上根路径返回 200。无需数据库迁移。
No dependencies set.
The note is not visible to the blocked user.
连续两次发布因新 release 缺少 Web dist 导致线上根路径 404。
实施:在发布/验证流程中强制检查 dist/index.html 存在;Server-only 发布也必须复制或链接已验证 Web dist,检查失败禁止切换 current。
验收:校验失败可阻断;正常发布通过;线上根路径返回 200。无需数据库迁移。