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

Commit 664e6df

Browse files
authoredOct 18, 2022
fix: changed the Vite port to the new Vite default port 5173 (#792)
1 parent 9a6fb03 commit 664e6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/frameworks/vite.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dev": {
1111
"command": "vite",
12-
"port": 3000,
12+
"port": 5173,
1313
"pollingStrategies": [{ "name": "TCP" }]
1414
},
1515
"build": {

0 commit comments

Comments
 (0)