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
@@ -0,0 +1,11 @@
{
"name": "job-info-dev-orchestrator",
"private": true,
"scripts": {
"start:all": "node ./start-all.js"
},
"dependencies": {
"job-info-dev-orchestrator": "file:",
"node-fetch": "^2.6.7"
}
}