Skip to content

Commit

Permalink
port already defined in config
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Sep 30, 2024
1 parent 2f84500 commit 1cf2d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/silinternational/idp-profile-ui"
},
"scripts": {
"serve": "vite --port=8000",
"serve:prod": "vite preview --port=8000",
"serve": "vite",
"serve:prod": "vite preview",
"build": "vite build",
"clean": "rimraf dist",
"format": "prettier --write \"src/**/*.{js,vue}\""
Expand Down

0 comments on commit 1cf2d91

Please sign in to comment.