Skip to content

Commit

Permalink
core: frontend: run development server at port 8080, as we used to
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Sep 21, 2023
1 parent 1c84659 commit 7faf2ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default defineConfig({
'process.env': {},
},
server: {
port: 8080,
proxy: {
'^/status': {
target: SERVER_ADDRESS,
Expand Down

0 comments on commit 7faf2ca

Please sign in to comment.