diff --git a/apps/frontend/electron.vite.config.ts b/apps/frontend/electron.vite.config.ts index 6ceaa51f..a430dd76 100644 --- a/apps/frontend/electron.vite.config.ts +++ b/apps/frontend/electron.vite.config.ts @@ -35,7 +35,9 @@ export default defineConfig({ '@sentry/utils', '@opentelemetry/instrumentation', 'debug', - 'ms' + 'ms', + // Minimatch for glob pattern matching in worktree handlers + 'minimatch' ] })], build: {