@townco/cli 0.1.71 → 0.1.72

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.
@@ -282,7 +282,7 @@ export async function runCommand(options) {
282
282
  env: {
283
283
  ...process.env,
284
284
  ...configEnvVars,
285
- VITE_AGENT_URL: `http://localhost:${availablePort}`,
285
+ VITE_AGENT_URL: `http://${Bun.env.EXT_HOST || "localhost"}:${availablePort}`,
286
286
  VITE_DEBUGGER_URL: "http://localhost:4000",
287
287
  },
288
288
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@townco/cli",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "town": "./dist/index.js"
@@ -15,7 +15,7 @@
15
15
  "build": "tsc"
16
16
  },
17
17
  "devDependencies": {
18
- "@townco/tsconfig": "0.1.63",
18
+ "@townco/tsconfig": "0.1.64",
19
19
  "@types/archiver": "^7.0.0",
20
20
  "@types/bun": "^1.3.1",
21
21
  "@types/ignore-walk": "^4.0.3",
@@ -25,12 +25,12 @@
25
25
  "dependencies": {
26
26
  "@optique/core": "^0.6.2",
27
27
  "@optique/run": "^0.6.2",
28
- "@townco/agent": "0.1.71",
29
- "@townco/core": "0.0.44",
30
- "@townco/debugger": "0.1.21",
31
- "@townco/env": "0.1.16",
32
- "@townco/secret": "0.1.66",
33
- "@townco/ui": "0.1.66",
28
+ "@townco/agent": "0.1.72",
29
+ "@townco/core": "0.0.45",
30
+ "@townco/debugger": "0.1.22",
31
+ "@townco/env": "0.1.17",
32
+ "@townco/secret": "0.1.67",
33
+ "@townco/ui": "0.1.67",
34
34
  "@trpc/client": "^11.7.2",
35
35
  "@types/inquirer": "^9.0.9",
36
36
  "@types/ws": "^8.5.13",