Inherit PATH in zed-local script
This commit is contained in:
parent
234ccbe51f
commit
c20e781441
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ setTimeout(() => {
|
||||||
ZED_SERVER_URL: 'http://localhost:8080',
|
ZED_SERVER_URL: 'http://localhost:8080',
|
||||||
ZED_ADMIN_API_TOKEN: 'secret',
|
ZED_ADMIN_API_TOKEN: 'secret',
|
||||||
ZED_WINDOW_SIZE: `${instanceWidth},${instanceHeight}`,
|
ZED_WINDOW_SIZE: `${instanceWidth},${instanceHeight}`,
|
||||||
|
PATH: process.env.PATH,
|
||||||
RUST_LOG,
|
RUST_LOG,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue