@@ -15,7 +15,8 @@ const cdn = {
const timestamp = new Date().getTime();
module.exports = defineConfig({
devServer:{
- host: '192.168.100.104',
+ host: 'localhost',
+ // host: '192.168.100.104',
open:true
},
transpileDependencies: true,