Skip to content

Commit f6db991

Browse files
authored
Merge pull request #171 from capdiem/feature/koala-widget-improve
refactor(widget): restructure with typescript and support compression packing
2 parents 9268212 + 83e105c commit f6db991

File tree

12 files changed

+1164
-1192
lines changed

12 files changed

+1164
-1192
lines changed

web/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"homepage": "https://github.com/AIDotNet/OpenDeepWiki",
33
"scripts": {
44
"dev": "next dev",
5-
"build": "next build",
5+
"build": "next build && npm run build:widget",
6+
"build:widget": "node widget-build.js",
67
"start": "next start",
78
"lint": "next lint"
89
},
@@ -53,8 +54,9 @@
5354
"@types/node": "22.15.2",
5455
"@types/react": "19.1.2",
5556
"autoprefixer": "^10.4.21",
57+
"esbuild": "^0.20.2",
5658
"postcss": "^8.5.3",
5759
"tailwindcss": "^4.1.7",
5860
"typescript": "5.8.3"
5961
}
60-
}
62+
}

0 commit comments

Comments
 (0)