fix: harden release gate and page delivery
Memind CI / Test, build, and release guards (push) Failing after 12m3s

This commit is contained in:
john
2026-07-26 14:32:01 +08:00
parent d3141a3e91
commit b1577a16e9
61 changed files with 6017 additions and 89 deletions
+2
View File
@@ -392,6 +392,8 @@ export function startDeepseekNoThinkProxy({
}
const isMain = Boolean(
process.env.MEMIND_DEEPSEEK_PROXY_ENTRYPOINT === '1'
&&
process.argv[1]
&& fileURLToPath(import.meta.url) === path.resolve(process.argv[1]),
);