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 df0bee6ac7d9db0c8b45a1e2c90c727a170ee8b2 8 lines 158 B view raw
1import { defineWorkspace } from "vitest/config"; 2 3export default defineWorkspace([ 4 "apps/appview", 5 "apps/web", 6 "packages/db", 7 "packages/lexicon", 8]);