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

Commit f6a8cde

Browse files
authored
chore: changed qwik default port to 5173 (#801)
1 parent ff56f8f commit f6a8cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frameworks/qwik.json

Lines changed: 1 addition & 1 deletion
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)