also looking at this
feat(operations): fleet inventory, attach preflight, and the exports that were missing
#192
11 files
+1313
-5
| @@ -4,6 +4,12 @@ | ||
| 4 | 4 | */ |
| 5 | 5 | |
| 6 | 6 | export * from './site-target' |
| 7 | // Co-tenancy on a shared box: which ports the host already serves and for whom | |
| 8 | // (`site-ports`), and the config editors that write the result back | |
| 9 | // (`site-config-editor`). Both shipped declarations with no reachable runtime | |
| 10 | // until this line - see https://github.com/stacksjs/ts-cloud/issues/191. | |
| 11 | export * from './site-config-editor' | |
| 12 | export * from './site-ports' | |
| 7 | 13 | export * from './server-dns' |
| 8 | 14 | export * from './dashboard-control-plane' |
| 9 | 15 | export * from './dashboard-route-manifest' |