prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 8 lines 162 B view raw
1import { defineConfig } from "vitest/config"; 2 3export default defineConfig({ 4 test: { 5 include: ["tests/*.test.ts"], 6 globalSetup: ["setup-vitest.ts"], 7 }, 8});