Add minimal add-in playgrounds and orchestrator
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
# Job-Info
|
||||
|
||||
Development helper scripts
|
||||
- start-all.js — small orchestrator script that starts the local `minimal-uploader-playground` and the `officeaddin/minimal-playground` static server, waits for their health checks, and streams logs.
|
||||
|
||||
Usage
|
||||
```powershell
|
||||
# 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user