Skip to content

Commit 6e19844

Browse files
Configure Vite with strict port binding
1 parent 7c2f4d8 commit 6e19844

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vite.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { sveltekit } from '@sveltejs/kit/vite';
44
const config = {
55
plugins: [sveltekit()],
66
server: {
7+
port: 5173,
8+
strictPort: true,
79
fs: {
810
allow: ['./static/', './renderer-src/'],
911
},

0 commit comments

Comments
 (0)