|
@@ -2,5 +2,9 @@ import { sveltekit } from '@sveltejs/kit/vite';
|
|
|
import { defineConfig } from 'vite';
|
|
import { defineConfig } from 'vite';
|
|
|
|
|
|
|
|
export default defineConfig({
|
|
export default defineConfig({
|
|
|
- plugins: [sveltekit()]
|
|
|
|
|
|
|
+ plugins: [sveltekit()],
|
|
|
|
|
+ server: {
|
|
|
|
|
+ port: 53303,
|
|
|
|
|
+ host: true
|
|
|
|
|
+ }
|
|
|
});
|
|
});
|