I get the following error when attempting to start up the editor:  My `vite.config`: ```js import { defineConfig } from "vite"; import react from "@vitejs/plugin-react-swc"; import { r3f } from "@react-three/editor/vite"; // https://vitejs.dev/config/ export default defineConfig((env) => ({ plugins: [env.command === "build" ? react() : r3f()], })); ``` I am on Windows. I am using Vite v4.0.0.
I get the following error when attempting to start up the editor:

My
vite.config:I am on Windows.
I am using Vite v4.0.0.