biome: new formatting settings

This commit is contained in:
2026-02-08 07:23:36 +00:00
parent 6ef9e429dd
commit 036343a5cd
38 changed files with 2174 additions and 2170 deletions

View File

@@ -5,13 +5,13 @@ import { defineConfig } from "vite";
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss()],
server: {
port: 4321,
},
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
},
},
plugins: [react(), tailwindcss()],
server: {
port: 4321,
},
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
},
},
});