58fdf0cf5dcc0055822537eaf5ea1ccd7fd64fe0
Rollup in vite.main.config.ts doesn't know about the `@/` alias (only the renderer configs do). After PR 4 made `lib/errors.ts` reachable from main, its `@/config/env` import broke the main build with: [vite]: Rollup failed to resolve import "@/config/env" from "lib/errors.ts" Swap to a relative import — the module is now genuinely isomorphic.
Description
No description provided
Languages
TypeScript
68.6%
Go
20.6%
C++
8.7%
CSS
0.8%
CMake
0.3%
Other
0.8%