This commit is contained in:
2025-10-12 11:59:19 +02:00
parent ad90a4ed58
commit 3845979870
4 changed files with 12 additions and 10 deletions

View File

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