v0.5.3
Patch Changes
-
#18
c1a5a6eThanks @RostiMelk! - Fixslides-devcrashing onCannot find module 'slides-dev.ts'when run from a published install.The shim used tsx to load
slides-dev.tsat runtime, which works in this repo's source tree but fails for consumers — published packages ship onlydist/, notsrc/. The shim now prefers the compileddist/dev/bin/slides-dev.jswhen present (the published case) and falls back to the.tssource via tsx only when running from a dev checkout.