frontend: upgrade to Vite 5

This commit is contained in:
Quentin Gliech
2024-02-09 15:49:41 +01:00
parent 8969f4cb05
commit 08e48f9709
9 changed files with 2613 additions and 1555 deletions

8
frontend/.postcssrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"plugins": {
"postcss-import": {},
"tailwindcss/nesting": "postcss-nesting",
"tailwindcss": {},
"autoprefixer": {}
}
}