Skip to content

Commit

Permalink
chore: 🎨 updated port to 8443
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-deriv committed Jun 28, 2024
1 parent b639116 commit 8987da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ export default defineConfig({
},
},
server: {
port: 8444,
port: 8443,
},
});

0 comments on commit 8987da4

Please sign in to comment.