chore: 开启局域网监听

This commit is contained in:
2025-09-05 13:00:25 +08:00
parent eb175889c6
commit 5ddb2265cf

View File

@ -48,6 +48,11 @@ export default defineNuxtConfig({
}, },
}, },
}, },
devServer: {
port: 3000,
host: '0.0.0.0',
},
elementPlus: { elementPlus: {
icon: "ElIcon", icon: "ElIcon",