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
6 changed files with 5 additions and 5 deletions
Showing only changes of commit cd2115b49a - Show all commits
+4 -4
View File
@@ -46,11 +46,11 @@ const config: Config = {
lastVersion: "current",
versions: {
current: {
label: "effect-view v1",
label: "effect-view v0",
},
"effect-fc-1.0": {
label: "effect-fc 1.0",
path: "effect-fc/1.0",
"effect-fc-v0": {
label: "effect-fc v0",
path: "effect-fc/v0",
},
},
},
+1 -1
View File
@@ -1,3 +1,3 @@
[
"effect-fc-1.0"
"effect-fc-v0"
]