Skip to content

Commit

Permalink
Change: Expose Vite to 8080 port for default WSL compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Weber committed May 23, 2023
1 parent f4bbebe commit ee04e07
Show file tree
Hide file tree
Showing 2 changed files with 9,463 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/next/docs/vue3/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"build": "run-p type-check build-only",
"build-only": "vite build",
"dev": "vite",
"preview": "vite preview",
"start": "vite",
"preview": "vite preview --port 8080 --host",
"start": "vite --port 8080 --host",
"test": "node spec/support/jasmine.config.js",
"type-check": "vue-tsc --noEmit"
},
Expand Down
Loading

0 comments on commit ee04e07

Please sign in to comment.