Skip to content

Commit

Permalink
fix: reverted package json
Browse files Browse the repository at this point in the history
  • Loading branch information
rupato-deriv committed Jul 11, 2024
1 parent c59fdc9 commit adef95f
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
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"start": "vite",
"start:dev": "vite-live-preview --reload --port=8444",
"start:dev": "vite-live-preview --reload --port=8443",
"build": "vite build",
"preview": "vite preview",
"test:lint": "prettier --log-level silent --write . && eslint \"./src/**/*.?(js|jsx|ts|tsx)\"",
Expand Down Expand Up @@ -118,4 +118,4 @@
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
}
}

0 comments on commit adef95f

Please sign in to comment.