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 3d79fe1f4c5bf829f6de522bb2785b2488d27f46 8 lines 165 B view raw
1{ 2 "extends": "../../tsconfig.base.json", 3 "compilerOptions": { 4 "outDir": "./dist", 5 "rootDir": "./src" 6 }, 7 "include": ["src/**/*.ts", "src/**/*.tsx"] 8}