Add minimal add-in playgrounds and orchestrator

This commit is contained in:
2025-12-07 21:26:10 -06:00
parent 40bcd939ff
commit ca95d296b5
54 changed files with 13165 additions and 26764 deletions
+11
View File
@@ -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.