Skip to content

Commit

Permalink
Merge pull request cloud-bulldozer#115 from vishnuchalla/main
Browse files Browse the repository at this point in the history
Adding --host in vite config
  • Loading branch information
vishnuchalla authored Sep 3, 2024
2 parents 36d6a32 + c4c89f2 commit 637da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down

0 comments on commit 637da2f

Please sign in to comment.