Skip to content

Commit

Permalink
Update hostname in browserstack script #61
Browse files Browse the repository at this point in the history
  • Loading branch information
caebr committed Nov 9, 2023
1 parent ecb8f5c commit e4d4a3d
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 @@ -13,7 +13,7 @@
"type": "module",
"scripts": {
"start": "npm run dev",
"start:browserstack": "SSL=true vite --host 0.0.0.0 --port 3000",
"start:browserstack": "SSL=true vite --host bs-local.com --port 3000",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
Expand Down

0 comments on commit e4d4a3d

Please sign in to comment.