Skip to content

Commit 0610c81

Browse files
committed
fix the package.json
1 parent cf6f902 commit 0610c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "deepgit",
33
"version": "1.0.0-beta.4",
44
"scripts": {
5-
"start": "vite preview --port $PORT --host",
5+
"start": "vite preview --port 5173 --host",
66
"build": "vite build",
77
"test": "vitest",
88
"clean": "prettier --write src",

0 commit comments

Comments
 (0)