Merge pull request #2719 from pikasTech/fix/hwpod-native-overapi-env
fix: 对齐 HWPOD native over-api endpoint
This commit is contained in:
@@ -65,7 +65,7 @@ export function runHwlabNativeDevelopmentCommand(args: string[]): Record<string,
|
||||
const command = ["bun", "tools/hwlab-cli/bin/hwlab-cli.ts", "hwpod", ...commandArgs];
|
||||
const result = runCommand(command, spec.workspace, {
|
||||
timeoutMs: cliTimeoutMs(commandArgs),
|
||||
env: { ...process.env, ...env, HWPOD_API_URL: env.HWPOD_NATIVE_API_URL },
|
||||
env: { ...process.env, ...env, HWLAB_RUNTIME_API_URL: env.HWPOD_NATIVE_API_URL },
|
||||
});
|
||||
return {
|
||||
ok: result.exitCode === 0,
|
||||
|
||||
Reference in New Issue
Block a user