chore: format frontend with prettier

This commit is contained in:
forgejo-bot
2026-05-21 19:32:44 +00:00
parent 472648582f
commit 166dce9e2f
18 changed files with 485 additions and 503 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()] }),
],
});