This commit is contained in:
Léo 2025-03-07 00:13:39 +01:00
parent f9557ec642
commit d2cce36993

View File

@ -7,11 +7,10 @@ export default defineConfig({
'process.env': process.env,
},
server: {
host: true,
strictPort: true,
port: 5000,
watch: {
usePolling: true,
host: "0.0.0.0",
hmr: {
clientPort: 80,
},
},
});