UNPKG

mongo2mongo

Version:

Sync one MongoDB collection to another MongoDB collection

10 lines (8 loc) 208 B
import { loadEnv } from 'vite' import { defineConfig } from 'vitest/config' export default defineConfig(({ mode }) => ({ test: { env: loadEnv(mode, process.cwd(), ''), testTimeout: 60000, }, }))