Frontend Toolkit

✅ 静态文件服务器运行成功!

🎯 服务信息

服务目录: ./ (当前项目根目录)

当前端口: 3001 (热重载模式)

访问地址: http://localhost:3001

🔥 热重载: 已启用 - 文件变化时自动刷新

🎨 功能特性

📚 使用方式

# 使用默认配置(当前目录,端口3000)
frontend-toolkit serve

# 启用热重载模式
frontend-toolkit serve --hot

# 指定目录和端口
frontend-toolkit serve -d ./dist -p 8080

# 热重载 + 自定义端口
frontend-toolkit serve --hot --port 3001

# 查看帮助
frontend-toolkit serve --help