Commit Graph

10 Commits

Author SHA1 Message Date
Julien Calixte
6bb5c8a860 fix(tsconfig): drop preserveSymlinks so vue types resolve under pnpm
pnpm resolves every package via a symlink into .pnpm/; preserveSymlinks
pinned resolution to those symlink paths, blocking the vue ->
@vue/runtime-dom -> @vue/runtime-core re-export chain and surfacing
"has no exported member" errors for Ref, toValue, computed, etc.
2026-05-16 10:01:47 +02:00
Julien Calixte
8e8706e258 chore: init oxc 2026-03-28 09:34:04 +01:00
Julien Calixte
12b5a934f6 chore: update tsconfig 2026-02-14 13:37:09 +01:00
Julien Calixte
6d21bddfa3 preserve symlinks 2024-11-26 21:58:02 +01:00
Julien Calixte
32a76ca3b7 integrate need review cards 2023-08-06 21:27:01 +02:00
Julien Calixte
5d7a7fab0e (pwa) add the new version component from vite pwa plugin 2023-07-08 18:49:03 +02:00
Julien Calixte
e4bba8246b 🔧 (vite) migrate to vite (#7) 2023-07-01 23:08:53 +02:00
Julien Calixte
e0618e0df6 ⬆️ (lite-note) migrate to pnpm and upgrade every outdated libs 2023-07-01 22:42:35 +02:00
Julien Calixte
a768545f9d (app) upgrade dev dependencies 2021-12-12 00:48:09 +01:00
70c0886aa5 Initial commit 2021-03-09 22:00:10 +01:00