a11oy / packages /perception-loop /vitest.config.ts
betterwithage's picture
sync(space): complete build context — fix BUILD_ERROR (CTO)
518343a verified
Raw
History Blame
114 Bytes
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: { environment: 'node' },
});