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:
10
frontend/.env.production
Normal file
10
frontend/.env.production
Normal file
@@ -0,0 +1,10 @@
|
||||
# 生产环境配置
|
||||
NODE_ENV=production
|
||||
|
||||
# Sentry 配置
|
||||
VUE_APP_SENTRY_DSN=https://868ede648cf054a18332bd54b2b562d8@o4509444978900992.ingest.us.sentry.io/4509739431690240
|
||||
VUE_APP_SENTRY_ENVIRONMENT=production
|
||||
VUE_APP_SENTRY_DEBUG=false
|
||||
|
||||
# API 配置
|
||||
VUE_APP_API_BASE_URL=/api
|
||||
Reference in New Issue
Block a user