ReviewOS

also looking at this

stacks/ts-cloud

feat(operations): fleet inventory, attach preflight, and the exports that were missing

#192
Merged glennmichael123 wants to merge feat/fleet-inventory-and-attach-preflight into main
11 files +1313 -5
packages/ts-cloud/src/deploy/index.tsmodified+6-0
Changes to packages/ts-cloud/src/deploy/index.ts
@@ -4,6 +4,12 @@
44 */
55
66export * 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.
11export * from './site-config-editor'
12export * from './site-ports'
713export * from './server-dns'
814export * from './dashboard-control-plane'
915export * from './dashboard-route-manifest'