Skip to content

Commit

Permalink
fix: with host
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Jun 28, 2024
1 parent 33ea1c1 commit ff54085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"start": "yarn vite serve --port 3333",
"start": "yarn vite serve --port 3333 --host 127.0.0.1",
"test": "cypress open",
"test:ci": "cypress run --browser chrome --headless",
"lint": "yarn eslint './{src, cypress}/**/*.{ts, tsx, js, jsx, json, yml, yaml}'",
Expand Down

0 comments on commit ff54085

Please sign in to comment.