Refactor
Lint / lint (push) Successful in 47s

This commit is contained in:
Julien Valverdé
2026-07-27 03:50:33 +02:00
parent 28695c6a04
commit 8ef8a34d62
7 changed files with 20 additions and 13 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { tanstackRouter } from "@tanstack/router-plugin/vite"
import react from "@vitejs/plugin-react"
import { effectViewPlugin } from "@effect-view/vite-plugin"
import { effectView } from "@effect-view/vite-plugin"
import path from "node:path"
import { defineConfig } from "vite"
@@ -8,7 +8,7 @@ import { defineConfig } from "vite"
// https://vite.dev/config/
export default defineConfig({
plugins: [
effectViewPlugin(),
effectView(),
tanstackRouter({
target: "react",
autoCodeSplitting: true,