Skip to content

Commit

Permalink
set vite dev server port
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Dec 10, 2024
1 parent 63096aa commit b7a8549
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ import { defineConfig } from "vite";

export default defineConfig({
plugins: [sveltekit()],
server: {
host: "localhost",
port: 5173,
strictPort: true,
},
});

0 comments on commit b7a8549

Please sign in to comment.