Skip to content

Commit

Permalink
Fix zip viewer error.
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Mar 4, 2024
1 parent 83d6f91 commit f61fe7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/zip-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"typescript": "~4.8.4",
"unplugin": "1.0.0",
"unplugin-auto-import": "^0.11.2",
"unplugin-element-plus": "^0.4.1",
"unplugin-vue-components": "^0.22.8",
Expand Down
1 change: 1 addition & 0 deletions packages/zip-viewer/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default defineConfig({
}),
],
server: {
host:'127.0.0.1',
port: 8593
},
resolve: {
Expand Down

0 comments on commit f61fe7b

Please sign in to comment.