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 121 B view raw
1import { defineConfig } from "vitest/config"; 2 3export default defineConfig({ 4 test: { 5 environment: "node", 6 }, 7});