Revert vite config again

This commit is contained in:
2025-10-08 11:45:51 +02:00
parent 2cac7ea1f1
commit cdf659ec4a

View File

@@ -1,7 +1,7 @@
export default {
'server': {
// 'host': '0.0.0.0',
'port': 8080,
'host': '0.0.0.0',
'port': 5173,
},
};