chore: 配置开发服务器host和端口

- host: 0.0.0.0 允许外部访问
- port: 8084

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
DevOps
2025-12-24 11:33:55 +08:00
parent 641e398aae
commit 012f641daa

View File

@@ -16,6 +16,8 @@ module.exports = {
publicPath: './',
devServer: {
host: '0.0.0.0',
port: 8084,
proxy: {
// 代理所有 /api 开头的请求
'/api': {