fix: harden release gate and page delivery
Memind CI / Test, build, and release guards (push) Failing after 12m3s
Memind CI / Test, build, and release guards (push) Failing after 12m3s
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import assert from 'node:assert/strict';
|
||||
import fs from 'node:fs';
|
||||
import test from 'node:test';
|
||||
|
||||
test('DeepSeek proxy main guard is explicit so bundled worker cannot bind 18036', () => {
|
||||
const source = fs.readFileSync(new URL('../deepseek-no-think-proxy.mjs', import.meta.url), 'utf8');
|
||||
assert.match(source, /MEMIND_DEEPSEEK_PROXY_ENTRYPOINT === '1'/);
|
||||
assert.match(source, /startDeepseekNoThinkProxy\(\)\.catch/);
|
||||
});
|
||||
Reference in New Issue
Block a user