Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
fix: changed the Vite port to the new Vite default port 5173 (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Oct 18, 2022
1 parent 9a6fb03 commit 664e6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frameworks/vite.json
Expand Up @@ -9,7 +9,7 @@
},
"dev": {
"command": "vite",
"port": 3000,
"port": 5173,
"pollingStrategies": [{ "name": "TCP" }]
},
"build": {
Expand Down

0 comments on commit 664e6df

Please sign in to comment.