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>
17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "new-york",
|
|
"typescript": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.mjs",
|
|
"css": "src/assets/index.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true
|
|
},
|
|
"framework": "vite",
|
|
"aliases": {
|
|
"components": "@vben-core/shadcn-ui/components",
|
|
"utils": "@vben-core/shared/utils"
|
|
}
|
|
}
|