Skip to content

Commit

Permalink
📌 vite & rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian committed Mar 16, 2024
1 parent 8dfa654 commit c330b54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
11 changes: 6 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"preview:electron": "vite preview --config ./vite.config.electron.mts"
},
"dependencies": {
"electron-updater": "^6.1.1",
"rollup": "^4.2.0",
"vite": "^5.0.10",
"electron-updater": "6.1.7",
"rollup": "4.9.4",
"vite": "5.0.11",
"vsit": "workspace:*"
},
"devDependencies": {
Expand Down Expand Up @@ -99,8 +99,9 @@
"repo": "vsit"
},
"files": [
"dist-electron",
"dist"
"**/node_modules/rollup/**",
"dist",
"dist-electron"
],
"mac": {
"artifactName": "${productName}_${version}.${ext}",
Expand Down
9 changes: 6 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit c330b54

Please sign in to comment.