fix: tailwind v4 postcss, auth-server session, eslint cleanups

This commit is contained in:
2025-10-09 15:47:56 +07:00
parent 670228b76e
commit bbfbc5b910
117 changed files with 4005 additions and 3414 deletions

View File

@@ -1,6 +1,6 @@
services:
setup-shadcn:
image: node:24-alpine
image: node:20-alpine
working_dir: /app
volumes:
- /share/Container/dms/frontend:/app
@@ -10,9 +10,9 @@ services:
echo '...installing dependencies...' &&
npm install &&
echo '...initiallizing shadcn/ui...' &&
npx shadcn@latest init -y -d &&
npx shadcn@latest init -y -f &&
echo '...adding components...' &&
npx shadcn@latest add -y alert dialog checkbox scroll-area button label input card badge tabs progress dropdown-menu tooltip switch &&
npx shadcn@latest add -y alert dialog alert-dialog dropdown-menu checkbox scroll-area table tooltip switch button label input card badge progress tabs select &&
echo '✅ Done! Check components/ui/ directory'
"