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