@arkhera30/cli 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2893,6 +2893,7 @@ function buildComposeEnv(runtime, ports, slotDataPath) {
|
|
|
2893
2893
|
VAULT_ROUTER_PORT: String(ports.vault_router),
|
|
2894
2894
|
VAULT_REST_PORT_PERSONAL: String(ports.vault_svc),
|
|
2895
2895
|
TYPESENSE_PORT: String(ports.typesense),
|
|
2896
|
+
UI_PORT: String(ports.ui),
|
|
2896
2897
|
// TEST_PORT_* vars for overlay reference (harmless duplicates after above fix)
|
|
2897
2898
|
TEST_PORT_ANVIL: String(ports.anvil),
|
|
2898
2899
|
TEST_PORT_TYPESENSE: String(ports.typesense),
|