Skip to content

Commit

Permalink
adding port to start script
Browse files Browse the repository at this point in the history
  • Loading branch information
devLeticia committed Oct 31, 2024
1 parent 69239f6 commit fb64cae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite --host 0.0.0.0 --port $PORT",
"lint": "eslint src --ext .ts,.tsx --fix",
"build": "vite build --debug",
"preview": "vite preview"
Expand Down

0 comments on commit fb64cae

Please sign in to comment.