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 bc5c0dc421fb0a09f8ed2b35d180f7eb67bd4e7e 12 lines 271 B view raw
1pre-commit: 2 parallel: true 3 commands: 4 lint: 5 glob: "**/*.{ts,tsx,js,jsx}" 6 run: pnpm exec oxlint {staged_files} 7 typecheck: 8 glob: "**/*.{ts,tsx}" 9 run: pnpm turbo lint 10 test: 11 glob: "**/*.{ts,tsx,js,jsx}" 12 run: pnpm turbo test