Revert vite config

This commit is contained in:
2025-10-08 11:05:02 +02:00
parent 5b08248faf
commit 21a85e4a6d

View File

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