Initial commit: Telegram Management System
Some checks failed
Deploy / deploy (push) Has been cancelled
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>
This commit is contained in:
24
frontend-vben/apps/web-antd/.env.production
Normal file
24
frontend-vben/apps/web-antd/.env.production
Normal file
@@ -0,0 +1,24 @@
|
||||
# 生产环境配置
|
||||
NODE_ENV=production
|
||||
VITE_APP_TITLE=Telegram Management System
|
||||
|
||||
# API配置 - 生产环境
|
||||
VITE_API_URL=https://api.telegram-system.com/api
|
||||
VITE_WS_URL=wss://api.telegram-system.com
|
||||
|
||||
# 生产功能
|
||||
VITE_ENABLE_DEVTOOLS=false
|
||||
VITE_ENABLE_MOCK=false
|
||||
VITE_ENABLE_PWA=true
|
||||
|
||||
# 构建配置
|
||||
VITE_BUILD_ANALYZE=true
|
||||
VITE_BUILD_COMPRESS=gzip
|
||||
|
||||
# 调试配置
|
||||
VITE_CONSOLE_ENABLED=false
|
||||
VITE_SOURCEMAP=false
|
||||
|
||||
# 性能配置
|
||||
VITE_CDN_ENABLED=true
|
||||
VITE_BUNDLE_ANALYZE=false
|
||||
Reference in New Issue
Block a user