592 B
592 B
Job-Info
Development helper scripts
- start-all.js — small orchestrator script that starts the local
minimal-uploader-playgroundand theofficeaddin/minimal-playgroundstatic server, waits for their health checks, and streams logs.
Usage
# from repo root
npm run start:all
Notes: I chose the small in-repo orchestrator (start-all) rather than pm2 for simplicity — it requires no global runtime and has clear, readable behavior for local development. If you prefer pm2 for process management / auto-restart, I can add pm2 config files and an alternate script.