Add Effect v4 support, Fast Refresh tooling, and revamped docs #56

Merged
Thilawyn merged 133 commits from next into master 2026-07-26 02:32:59 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5e9c25641f - Show all commits
+1 -1
View File
@@ -87,7 +87,7 @@
}
},
"scripts": {
"lint:tsc": "tsc --noEmit",
"lint:tsc": "tsc -b --noEmit",
"lint:biome": "biome lint",
"test": "vitest run",
"build": "tsc -b tsconfig.build.json",
+1 -1
View File
@@ -29,7 +29,7 @@
]
},
"scripts": {
"lint:tsc": "tsc --noEmit",
"lint:tsc": "tsc -b --noEmit",
"lint:biome": "biome lint",
"test": "vitest run",
"build": "tsc -b tsconfig.build.json",