Ubuntu 1 жил өмнө
parent
commit
ec8761b893
1 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 5 1
      vite.config.js

+ 5 - 1
vite.config.js

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