chore: 开启局域网监听

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

View File

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