chore: trigger CI publish

This commit is contained in:
Lilith 2026-01-30 11:55:40 -08:00
parent adc333713e
commit f260b59075

View file

@ -48,3 +48,4 @@ module.exports = {
Applications can use `@/` aliases because they're the final consumer - aliases resolve at build time.
Libraries cannot use `@/` aliases because when symlinked into a consumer, `@/` resolves against the **consumer's** tsconfig, not the library's. This causes build failures.