prettier and package.json fix

This commit is contained in:
2026-05-21 21:32:03 +02:00
parent c3debba6c2
commit 6274478d7e
18 changed files with 465 additions and 485 deletions
+5 -5
View File
@@ -4,9 +4,9 @@ import babel from "@rolldown/plugin-babel";
import tailwindcss from "@tailwindcss/vite";
export default defineConfig({
plugins: [
tailwindcss(),
react(),
babel({ presets: [reactCompilerPreset()] }),
],
plugins: [
tailwindcss(),
react(),
babel({ presets: [reactCompilerPreset()] }),
],
});