import { defineConfig } from 'vite' import Vue from '@vitejs/plugin-vue' export default defineConfig({ plugins: [ Vue(), ], test: { global: true, environment: 'happy-dom', }, })