Make alias imports work in cypress.

This commit is contained in:
Jay
2025-08-01 23:50:24 -04:00
parent f639876604
commit 33f6a7e0c2
4 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import react from "@vitejs/plugin-react";
import path from "path";
import * as path from "path";
import { defineConfig } from "vite";
import topLevelAwait from "vite-plugin-top-level-await";
import wasm from "vite-plugin-wasm";