Skip to content

Commit

Permalink
does this help
Browse files Browse the repository at this point in the history
  • Loading branch information
allurei committed Dec 19, 2024
1 parent 2d7a422 commit a7dc952
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';

export default defineConfig({
plugins: [sveltekit()]
plugins: [sveltekit()],
server: {
port: 3000
}
});

0 comments on commit a7dc952

Please sign in to comment.