mirror of
https://github.com/paperclipai/paperclip
synced 2026-04-25 17:25:15 +02:00
The dev-watch script was importing tsx via the internal path 'tsx/dist/cli.mjs', which is an undocumented implementation detail that broke when tsx updated its internal structure. Switched to the stable public export 'tsx/cli' which is the officially supported entry point and won't break across versions.