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