feat(gateway, openclaw-auth): add browser config synchronization (#184)

This commit is contained in:
Haze
2026-02-26 14:47:36 +08:00
committed by GitHub
Unverified
parent 402aeeb98b
commit 4f50630291
5 changed files with 62 additions and 5 deletions

View File

@@ -129,7 +129,6 @@ queue.push({ nodeModulesDir: openclawVirtualNM, skipPkg: 'openclaw' });
const SKIP_PACKAGES = new Set([
'typescript',
'playwright-core',
'@playwright/test',
]);
const SKIP_SCOPES = ['@cloudflare/', '@types/'];