@aion0/forge 0.2.22 → 0.2.23

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.
@@ -190,7 +190,7 @@ function startBackground() {
190
190
  const child = spawn('npx', ['next', 'start', '-p', String(webPort)], {
191
191
  cwd: ROOT,
192
192
  stdio: ['ignore', logFd, logFd],
193
- env: { ...process.env },
193
+ env: { ...process.env, FORGE_EXTERNAL_SERVICES: '1' },
194
194
  detached: true,
195
195
  });
196
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aion0/forge",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "Unified AI workflow platform — multi-model task orchestration, persistent sessions, web terminal, remote access",
5
5
  "type": "module",
6
6
  "scripts": {