fix: tailwind v4 postcss, auth-server session, eslint cleanups
This commit is contained in:
@@ -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 alัert 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'
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user