This commit is contained in:
Guy Ben-Aharon
2024-08-25 18:26:41 +03:00
parent 5761095476
commit 90de3a4ea0

View File

@@ -12,7 +12,7 @@ export default defineConfig({
},
server: {
host: true,
strictPort:true,
port: 5173
}
strictPort: true,
port: 5173,
},
});