1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: updates to vite v5 (#2505)

This commit is contained in:
Amir Raminfar
2023-11-16 19:24:05 -08:00
committed by GitHub
parent f08518d442
commit 660b4c6f51
8 changed files with 404 additions and 36 deletions

4
.prettierrc.cjs Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
printWidth: 120,
plugins: ["prettier-plugin-tailwindcss"],
};