Skip to content

Commit

Permalink
LA_TEMP vite port
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Sep 21, 2023
1 parent fd80ed5 commit cd6ec71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"scripts": {
"dev": "vite dev",
"_LA_TEMP": "vite port",
"dev": "vite dev --port 3002",
"build": "vite build",
"preview": "vite preview",
"test": "tsc --noEmit"
Expand Down
3 changes: 2 additions & 1 deletion examples/ssr-spa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"scripts": {
"dev": "vite dev",
"_LA_TEMP": "vite port",
"dev": "vite dev --port 3002",
"build": "vite build",
"preview": "vite preview",
"test": "tsc --noEmit"
Expand Down

0 comments on commit cd6ec71

Please sign in to comment.