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>
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
# 开发环境配置
|
|
NODE_ENV=development
|
|
|
|
# Sentry 配置
|
|
VUE_APP_SENTRY_DSN=https://868ede648cf054a18332bd54b2b562d8@o4509444978900992.ingest.us.sentry.io/4509739431690240
|
|
VUE_APP_SENTRY_ENVIRONMENT=development
|
|
VUE_APP_SENTRY_DEBUG=true
|
|
|
|
# API 配置
|
|
VUE_APP_API_BASE_URL=http://localhost:3000 |