@bhooai/nexus-cli 2.0.4 → 2.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bhooai/nexus-cli",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "BhooAI Nexus v2 CLI — init, dev, build, test, scaffolding, plugins, queue, db.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -38,7 +38,7 @@ services:
38
38
  dockerfile: Dockerfile
39
39
  target: frontend
40
40
  ports:
41
- - "<%= frontendPort %>:80"
41
+ - "<%= frontendPort + 10 %>:80"
42
42
  depends_on:
43
43
  - backend
44
44
  restart: unless-stopped
@@ -49,7 +49,7 @@ services:
49
49
  dockerfile: Dockerfile
50
50
  target: admin
51
51
  ports:
52
- - "<%= adminPort %>:80"
52
+ - "<%= adminPort + 10 %>:80"
53
53
  depends_on:
54
54
  - backend
55
55
  restart: unless-stopped