webmux 0.11.0 → 0.13.0

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/README.md CHANGED
@@ -89,7 +89,7 @@ workspace:
89
89
 
90
90
  services:
91
91
  - name: BE
92
- portEnv: BACKEND_PORT
92
+ portEnv: PORT
93
93
  portStart: 5111
94
94
  portStep: 10
95
95
  - name: FE
@@ -124,7 +124,7 @@ profiles:
124
124
  writable: true
125
125
  systemPrompt: >
126
126
  You are running inside a sandboxed container.
127
- Backend port: ${BACKEND_PORT}. Frontend port: ${FRONTEND_PORT}.
127
+ Backend port: ${PORT}. Frontend port: ${FRONTEND_PORT}.
128
128
 
129
129
  linkedRepos:
130
130
  - repo: myorg/related-service