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 +2 -2
- package/backend/dist/server.js +303 -64
- package/bin/webmux.js +873 -393
- package/frontend/dist/assets/index-Bi9DHlpD.js +34 -0
- package/frontend/dist/assets/index-FwEUWC9Q.css +32 -0
- package/frontend/dist/index.html +2 -2
- package/package.json +1 -1
- package/frontend/dist/assets/index-BQ3MC-qW.css +0 -32
- package/frontend/dist/assets/index-B_xw0AzA.js +0 -32
package/README.md
CHANGED
|
@@ -89,7 +89,7 @@ workspace:
|
|
|
89
89
|
|
|
90
90
|
services:
|
|
91
91
|
- name: BE
|
|
92
|
-
portEnv:
|
|
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: ${
|
|
127
|
+
Backend port: ${PORT}. Frontend port: ${FRONTEND_PORT}.
|
|
128
128
|
|
|
129
129
|
linkedRepos:
|
|
130
130
|
- repo: myorg/related-service
|