GCodeOverlay/vite.config.ts

6 lines
129 B
TypeScript
Raw Normal View History

import { defineConfig } from 'vitest/config';
export default defineConfig({
test: { globals: true, environment: 'node' },
});