Update docs
Lint / lint (push) Failing after 56s

This commit is contained in:
Julien Valverdé
2026-07-26 00:32:33 +02:00
parent 926eba0570
commit d0fa8f04a2
4 changed files with 29 additions and 6 deletions
-1
View File
@@ -33,7 +33,6 @@ removing, or changing a hook call resets the Effect View implementation. Add
## Current limitations
- Vite is the only supported bundler.
- Definitions must be top-level variable, class, or default-export
declarations.
- Hook signature analysis is conservative and based on `useX` call syntax.
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@effect-view/vite-plugin",
"description": "Vite Fast Refresh support for Effect View components",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"files": [
"./README.md",
@@ -23,7 +23,7 @@
}
},
"scripts": {
"lint:tsc": "tsc --noEmit",
"lint:tsc": "tsc -b --noEmit",
"lint:biome": "biome lint",
"test": "vitest run",
"build": "tsc -b tsconfig.build.json",