Skip to content

Commit

Permalink
fix: mode host
Browse files Browse the repository at this point in the history
  • Loading branch information
gllm-dev committed Oct 29, 2024
1 parent 56da833 commit a5eccfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"start": "vite",
"dev": "vite",
"start": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
Expand Down

0 comments on commit a5eccfb

Please sign in to comment.