feat(projects): add interactive AI app scaffold skill
This commit is contained in:
@@ -524,7 +524,7 @@ export class PiAgentServerProcess {
|
||||
],
|
||||
{
|
||||
cwd: this.options.runtimeRoot,
|
||||
env: buildPiWorkerEnvironment(this.options.configDir),
|
||||
env: buildPiWorkerEnvironment(this.options.configDir, this.options.executablePath),
|
||||
stdio: ['pipe', 'pipe', 'pipe'],
|
||||
windowsHide: true,
|
||||
detached: platform() !== 'win32',
|
||||
|
||||
Reference in New Issue
Block a user