Skip to content

Commit

Permalink
use same port in Vue UI as pre-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jul 18, 2023
1 parent 04896c0 commit 18a8dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cors/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"dev": "vite --port=8081",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview --port=8081"
},
"dependencies": {
"vue": "^3.3.4"
Expand Down

0 comments on commit 18a8dba

Please sign in to comment.