Skip to content

Commit

Permalink
Fix vue dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrex2001 committed Oct 16, 2023
1 parent d4c1b69 commit 3529cae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/webui/frontend/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
host: '0.0.0.0',
port: 5000,
https: false,
hotOnly: false,
proxy: 'http://localhost:8080',
},
publicPath: '/public/'
Expand Down

0 comments on commit 3529cae

Please sign in to comment.