WIP: save before rebase

This commit is contained in:
2025-10-05 11:21:51 +07:00
parent 0abf5618f7
commit 223c9a6c6e
17 changed files with 424 additions and 12 deletions

View File

@@ -7,12 +7,12 @@ services:
user: "${UID:-1000}:${GID:-1000}"
command: >
sh -c "
echo '📦 Installing dependencies...' &&
echo 'ߓ栉nstalling dependencies...' &&
npm install &&
echo '🎨 Initializing shadcn/ui...' &&
echo 'ߎ蠉nitializing shadcn/ui...' &&
npx shadcn@latest init -y -d &&
echo '📥 Adding components...' &&
npx shadcn@latest add -y button label input card badge tabs progress dropdown-menu tooltip switch &&
echo 'ߓ堁dding components...' &&
npx shadcn@latest add -y alert-dialog dialog checkbox scroll-area button label input card badge tabs progress dropdown-menu tooltip switch &&
echo '✅ Done! Check components/ui/ directory'
"