Skip to content

Commit

Permalink
fix start script
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaswaelde committed Nov 13, 2023
1 parent 6a7fc91 commit 9126f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logtowa-app",
"version": "0.1.0",
"version": "0.1.1",
"description": "LogTowa Frontend",
"keywords": [
"logging",
Expand All @@ -21,7 +21,7 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"start": "vite preview --port 3000"
"start": "vite preview --host --port 3000"
},
"dependencies": {
"@mdi/font": "7.0.96",
Expand Down

0 comments on commit 9126f85

Please sign in to comment.