Files
llink/js
Claude 58fdf0cf5d fix(errors): use relative import so main-process bundle resolves
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.
2026-04-21 01:54:59 +00:00
..
2026-02-19 19:41:26 -08:00
2026-03-25 15:54:05 -07:00
2026-04-13 10:03:23 -07:00