Skip to content

Commit

Permalink
fix port sintax
Browse files Browse the repository at this point in the history
  • Loading branch information
devLeticia committed Oct 31, 2024
1 parent dcf6cf2 commit 05ae485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"dev": "vite",
"start": "vite --host 0.0.0.0 ${PORT-4173}",
"start": "vite --host 0.0.0.0 --port ${PORT:-4173}",
"lint": "eslint src --ext .ts,.tsx --fix",
"build": "vite build --debug",
"preview": "vite preview"
Expand Down

0 comments on commit 05ae485

Please sign in to comment.