.github
config
http-client
public
radicle-httpd
scripts
src
tests
workers
.gitignore
.nvmrc
.prettierignore
.prettierrc
CLAUDE.md
CONTRIBUTING.md
eslint.config.js
flake.lock
flake.nix
global.d.ts
index.html
LICENSE
module.d.ts
package-lock.json
package.json
playwright.buildSmoke.config.ts
playwright.config.ts
radworks.json
README.md
svelte.config.js
tsconfig.json
vercel.json
vite.config.ts
wrangler.toml
{
"buildCommand": "npm run build",
"outputDirectory": "build",
"packageManager": "npm",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}