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
@@ -3,13 +3,13 @@
Experimental Vite Fast Refresh support for Effect View components.
```ts
import { effectViewPlugin } from "@effect-view/vite-plugin"
import { effectView } from "@effect-view/vite-plugin"
import react from "@vitejs/plugin-react"
import { defineConfig } from "vite"
export default defineConfig({
plugins: [
effectViewPlugin(),
effectView(),
react(),
],
})