mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
7 lines
137 B
TypeScript
7 lines
137 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
exclude: ['dist/**', 'node_modules/**']
|
|
}
|
|
})
|