feat: 添加 devServer 配置,设置主机为 0.0.0.0
This commit is contained in:
@@ -50,5 +50,9 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
devServer:{
|
||||||
|
host: '0.0.0.0'
|
||||||
|
},
|
||||||
|
|
||||||
compatibilityDate: '2025-12-30',
|
compatibilityDate: '2025-12-30',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user