repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| import { defineConfig } from 'vitest/config' |
| #2 |
| #3 | export default defineConfig({ |
| #4 | test: { |
| #5 | globals: true, |
| #6 | environment: 'node', |
| #7 | include: ['src/**/*.test.ts'], |
| #8 | exclude: ['src/client/**'], |
| #9 | coverage: { |
| #10 | provider: 'v8', |
| #11 | reporter: ['text', 'html'], |
| #12 | exclude: ['src/client/**', 'node_modules/**', '**/*.test.ts'], |
| #13 | }, |
| #14 | }, |
| #15 | }) |
| #16 |