Format the committed vite build output so the biome pre-commit hook passes
This commit is contained in:
Vendored
+2
-2
@@ -1,2 +1,2 @@
|
||||
declare const _default: import("vite").UserConfig;
|
||||
export default _default;
|
||||
declare const _default: import("vite").UserConfig
|
||||
export default _default
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import path from "node:path";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import { tanstackRouter } from "@tanstack/router-plugin/vite";
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
import { defineConfig } from "vite";
|
||||
import path from "node:path"
|
||||
import tailwindcss from "@tailwindcss/vite"
|
||||
import { tanstackRouter } from "@tanstack/router-plugin/vite"
|
||||
import react from "@vitejs/plugin-react-swc"
|
||||
import { defineConfig } from "vite"
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
// A portal serves this bundle under a path of its own and caches one copy
|
||||
@@ -22,4 +22,4 @@ export default defineConfig({
|
||||
react(),
|
||||
tailwindcss(),
|
||||
],
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user