Skip to content

Commit

Permalink
update miss lib
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie-zeng committed Nov 20, 2024
1 parent 65d8f83 commit 2eaca43
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 1 deletion.
99 changes: 99 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build:mac": "npm run build && electron-builder --mac",
"build:linux": "npm run build && electron-builder --linux",
"api": "typedoc --tsconfig tsconfig.worker.json",
"docan":"cd src/main/docan && npx node-gyp rebuild",
"docan": "cd src/main/docan && npx node-gyp rebuild",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
Expand Down Expand Up @@ -114,6 +114,7 @@
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"ts-loader": "^9.5.1",
"typedoc": "^0.26.11",
"typescript": "^5.3.3",
"viewerjs": "^1.11.6",
"vite": "^5.0.12",
Expand Down

0 comments on commit 2eaca43

Please sign in to comment.