Sifa professional network API (Fastify, AT Protocol, Jetstream) sifa.id/
at main 9 lines 178 B view raw
1import { defineConfig } from 'vitest/config'; 2 3export default defineConfig({ 4 test: { 5 globals: false, 6 environment: 'node', 7 include: ['tests/**/*.test.ts'], 8 }, 9});