WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
at main 8 lines 149 B view raw
1{ 2 "extends": "../../tsconfig.base.json", 3 "compilerOptions": { 4 "outDir": "./dist", 5 "rootDir": "./src" 6 }, 7 "include": ["src/**/*.ts"] 8}