@lynx-js/lynxtron-dev-plugins
@lynx-js/lynxtron-dev-plugins provides development-time build plugins for coordinating RSpeedy, Rspack, and Lynxtron process startup.
RSpeedy Dev Ready Plugin
Import pluginRspeedyDevReady() from @lynx-js/lynxtron-dev-plugins/rspeedy:
The plugin emits status signals when the RSpeedy dev server starts and when the first dev compilation completes:
dev-ready-rspeedy CLI
dev-ready-rspeedy waits for .tmp/dev-ready.rspeedy.json, checks ready: true, deletes the file after reading it, and prints dev-ready-speedy. The default timeout is 300 seconds.
Rspack Lynxtron Plugin
Import pluginLynxtron() from @lynx-js/lynxtron-dev-plugins/rspack:
After each Rspack compilation completes, the plugin starts or restarts the Lynxtron process.