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 fc7536e64015a0731be9182c829089daf23a7d20 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]);