Harris Tạ

Results 2 comments of Harris Tạ

I need this to enable `--enable-wayland-ime` and `--wayland-text-input-version=3` flags when typing notes that not in English on wayland

https://stackoverflow.com/a/78206557/11722137 ```javascript import { defineConfig, mergeConfig } from 'vitest/config'; import viteConfig from './vite.config.js'; import { config } from "dotenv"; export default mergeConfig(viteConfig, defineConfig({ test: { root: './tests', env: { ...config({...