Skip to content

Commit 6505ecc

Browse files
committed
remove unused file
1 parent 7570466 commit 6505ecc

File tree

2 files changed

+1
-157
lines changed

2 files changed

+1
-157
lines changed

algo/pb.js

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

electron.vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default defineConfig({
6868
monsters: path.resolve(__dirname, 'src/monsters.html'),
6969
},
7070
output: {
71-
manualChunks(id) {
71+
manualChunks(id: string) {
7272
if (id.includes('node_modules')) {
7373
if (id.includes('react') || id.includes('react-dom')) {
7474
return 'vendor-react';

0 commit comments

Comments
 (0)