fix pnpm command
This commit is contained in:
@@ -65,7 +65,7 @@ async function executeAppLocalNode({
|
|||||||
appId: number;
|
appId: number;
|
||||||
event: Electron.IpcMainInvokeEvent;
|
event: Electron.IpcMainInvokeEvent;
|
||||||
}): Promise<void> {
|
}): Promise<void> {
|
||||||
const process = spawn("pnpm install && pnpm run dev -- --port 32100", [], {
|
const process = spawn("pnpm install && pnpm run dev --port 32100", [], {
|
||||||
cwd: appPath,
|
cwd: appPath,
|
||||||
shell: true,
|
shell: true,
|
||||||
stdio: "pipe", // Ensure stdio is piped so we can capture output/errors and detect close
|
stdio: "pipe", // Ensure stdio is piped so we can capture output/errors and detect close
|
||||||
|
|||||||
Reference in New Issue
Block a user