tangled
alpha
login
or
join now
desertthunder.dev
/
voltx
a reactive (signals based) hypermedia web framework (wip)
stormlightlabs.github.io/volt/
hypermedia
frontend
signals
0
fork
atom
overview
issues
pulls
pipelines
fix: workflow name
desertthunder.dev
2 months ago
df44034b
772f6e13
options
unified
split
Changed files
+2
-2
.github
workflows
publish-jsr.yml
publish-npm.yml
+1
-1
.github/workflows/publish-jsr.yml
···
1
1
-
name: Publish
1
1
+
name: Publish to jsr
2
2
3
3
on:
4
4
push:
+1
-1
.github/workflows/publish-npm.yml
···
1
1
-
name: Release components package
1
1
+
name: Publish to npm
2
2
3
3
on:
4
4
push: