fix: Update npm to latest version and fix Tailwind v4 PostCSS configuration

- Install @tailwindcss/postcss for Tailwind v4 compatibility
- Update postcss.config.js to use new Tailwind PostCSS plugin
- Update npm to latest version in backend Dockerfile
- Fixes build failures with Next.js 16.1.6 and Tailwind CSS v4.2.0
This commit is contained in:
Francesco
2026-02-20 04:06:16 +00:00
parent d9e61d58a0
commit b6b749ad60
4 changed files with 25 additions and 4 deletions

View File

@@ -31,6 +31,7 @@
"typescript": "^5.9.3",
"tailwindcss": "^4.2.0",
"postcss": "^8.5.6",
"autoprefixer": "^10.4.24"
"autoprefixer": "^10.4.24",
"@tailwindcss/postcss": "^4.0.0"
}
}