UNPKG

create-rspeedy-canary

Version:

Create Rspeedy-powered ReactLynx apps with one command

10 lines (7 loc) 286 B
import { defineConfig, mergeConfig } from 'vitest/config' import { createVitestConfig } from '@lynx-js/react/testing-library/vitest-config' const defaultConfig = await createVitestConfig() const config = defineConfig({ test: {}, }) export default mergeConfig(defaultConfig, config)