Skip to content

Commit cf53856

Browse files
committed
fix: Remove unused workerPool.ts and fix vite config
- Delete unused workerPool.ts file that was causing TypeScript errors - Remove invalid chunkSizeWarningLimit from rollupOptions.output
1 parent 065975a commit cf53856

2 files changed

Lines changed: 0 additions & 138 deletions

File tree

src/api/github/workers/workerPool.ts

Lines changed: 0 additions & 136 deletions
This file was deleted.

vite.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ export default defineConfig(({mode}) => {
5151
return 'vendor'
5252
}
5353
},
54-
// Optimize chunk size
55-
chunkSizeWarningLimit: 1000,
5654
},
5755
},
5856
// Enable source maps for production debugging (optional)

0 commit comments

Comments
 (0)