mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-07-06 12:28:05 +02:00
Improve v0.9.7 startup and runtime reliability
Prioritize cached first-paint data, defer heavyweight feed synthesis, make MeshChat activation explicit, improve CCTV media handling, and tighten desktop runtime packaging filters.
This commit is contained in:
@@ -21,14 +21,21 @@ const stagedReleaseAttestationPath = path.join(
|
||||
const excludedNames = new Set([
|
||||
'.env',
|
||||
'.pytest_cache',
|
||||
'.ruff_cache',
|
||||
'__pycache__',
|
||||
'backend.egg-info',
|
||||
'build',
|
||||
'data',
|
||||
'tests',
|
||||
'timemachine',
|
||||
]);
|
||||
|
||||
const excludedFiles = new Set([
|
||||
'.env.example',
|
||||
'ais_cache.json',
|
||||
'carrier_cache.json',
|
||||
'cctv.db',
|
||||
'dm_token_pepper.key',
|
||||
'pytest.ini',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user