Some checks failed
Deploy / deploy (push) Has been cancelled
Full-stack web application for Telegram management - Frontend: Vue 3 + Vben Admin - Backend: NestJS - Features: User management, group broadcast, statistics 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
465 B
Plaintext
22 lines
465 B
Plaintext
# 开发环境配置
|
|
NODE_ENV=development
|
|
VITE_APP_TITLE=Telegram Management System (Dev)
|
|
|
|
# API配置 - 开发环境 (连接SpringBoot后端)
|
|
VITE_API_URL=http://localhost:8888
|
|
VITE_WS_URL=ws://localhost:8888
|
|
VITE_GLOB_API_URL=http://localhost:8888
|
|
|
|
# 开发功能
|
|
VITE_ENABLE_DEVTOOLS=true
|
|
VITE_ENABLE_MOCK=false
|
|
VITE_ENABLE_PWA=false
|
|
|
|
# 构建配置
|
|
VITE_BUILD_ANALYZE=false
|
|
VITE_BUILD_COMPRESS=none
|
|
|
|
# 调试配置
|
|
VITE_CONSOLE_ENABLED=true
|
|
VITE_SOURCEMAP=true
|