- Run pear app in a worker (using pear-run)
- Auto restart worker on pear update (using pear-updates)
- Local mode
pear run --dev sample-updaterMake some change to sample-runner.js, the app will auto restart
- Prod mode
pear stage some-channel
pear run pear://<app-link>/sample-updaterMake some change to sample-runner.js, then pear stage some-channel, the app will auto restart