diff --git a/web/vite.config.ts b/web/vite.config.ts index 955c03d7e6..a55a9a96ec 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -1,3 +1,4 @@ +import path from 'node:path' import { fileURLToPath } from 'node:url' import react from '@vitejs/plugin-react' import vinext from 'vinext'