AppView in a box as a Vite plugin thing hatk.dev
2
fork

Configure Feed

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

at 7d11e1c7e613019d5a1cdfd13bfc07a00892fd0c 11 lines 227 B view raw
1{ 2 "compilerOptions": { 3 "target": "esnext", 4 "module": "nodenext", 5 "moduleResolution": "nodenext", 6 "strict": true, 7 "noEmit": true, 8 "allowImportingTsExtensions": true, 9 "resolveJsonModule": true 10 } 11}