example restaurant review app on atproto
6
fork

Configure Feed

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

at 1428ae05804f2b61ce715e50819611714eb3d703 10 lines 183 B view raw
1{ 2 "compilerOptions": { 3 "moduleResolution": "bundler", 4 "module": "esnext", 5 "esModuleInterop": true, 6 "strict": true, 7 "jsx": "react-jsx", 8 "jsxImportSource": "hono/jsx" 9 } 10}