UNPKG

@vulog/aima-client

Version:

```bash npm i @vulog/aima-client ```

12 lines (10 loc) 209 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', env: { VERSION: '1.1.98', }, }, });