a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove redundancy from deno conf

+1 -2
+1 -2
lib/deno.json
··· 10 10 "$debug": "./src/debug.ts", 11 11 "$vebug": "./src/debug.ts", 12 12 "$volt": "./src/index.ts" 13 - }, 14 - "publish": { "include": ["dist", "README.md", "LICENSE"] } 13 + } 15 14 }