Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
96
fork

Configure Feed

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

1{ 2 "extends": "../../../tsconfig.json", 3 "compilerOptions": { 4 "outDir": "./dist", 5 "rootDir": "./src" 6 }, 7 "include": ["src/**/*"], 8 "exclude": ["node_modules", "dist"] 9}