fix: isolate packaged gate writable roots
Memind CI / Test, build, and release guards (push) Successful in 4m1s
Memind CI / Test, build, and release guards (push) Successful in 4m1s
This commit is contained in:
@@ -47,7 +47,7 @@ test('packaged runtime gate isolates persistent roots and rejects artifact mutat
|
||||
path.join(ROOT, 'release-gate', 'local-stack.mjs'),
|
||||
'utf8',
|
||||
);
|
||||
assert.match(localStackSource, /MEMIND_PORTAL_H5_ROOT: resolvedPortalRoot/);
|
||||
assert.match(localStackSource, /MEMIND_PORTAL_H5_ROOT: sandboxRoot/);
|
||||
assert.match(localStackSource, /MEMIND_DEEPSEEK_DISABLE_THINKING: '0'/);
|
||||
assert.match(localStackSource, /H5_USERS_ROOT: usersRoot/);
|
||||
assert.match(localStackSource, /MINDSPACE_STORAGE_ROOT: storageRoot/);
|
||||
|
||||
Reference in New Issue
Block a user