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.

at main 12 lines 234 B view raw
1import { defineConfig } from "tsdown"; 2 3export default defineConfig({ 4 entry: ["src/index.ts"], 5 format: ["esm"], 6 clean: true, 7 dts: true, 8 shims: true, 9 platform: "node", 10 target: "node18", 11 tsconfig: "./tsconfig.json", 12});