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
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Jul 22, 2022
1 parent 676e2eb commit 90f4a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frameworks/qwik.json
Expand Up @@ -9,7 +9,7 @@
},
"dev": {
"command": "vite",
"port": 3000,
"port": 5173,
"pollingStrategies": [{ "name": "TCP" }]
},
"build": {
Expand Down
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 90f4a10

Please sign in to comment.