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 css from deno conf

+1 -1
+1 -1
lib/deno.json
··· 2 2 "name": "@voltx/core", 3 3 "version": "0.4.0", 4 4 "license": "MIT", 5 - "exports": { ".": "./src/index.ts", "./debug": "./src/debug.ts", "./css": "./dist/voltx.css" }, 5 + "exports": { ".": "./src/index.ts", "./debug": "./src/debug.ts" }, 6 6 "imports": { 7 7 "$core/": "./src/core/", 8 8 "$plugins/": "./src/plugins/",