chore: adds way to properly debug export
This commit is contained in:
parent
7660379b7d
commit
1dc852d07b
3 changed files with 212 additions and 211 deletions
|
|
@ -58,6 +58,7 @@ export function setupExportHandlers() {
|
|||
...process.env,
|
||||
TEMP_DIRECTORY: tempDir,
|
||||
APP_DATA_DIRECTORY: appDataDir,
|
||||
NODE_ENV: "development",
|
||||
BUILT_PYTHON_MODULE_PATH: pythonModulePath,
|
||||
...(puppeteerExecutablePath && {
|
||||
PUPPETEER_EXECUTABLE_PATH: puppeteerExecutablePath,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Add table
Reference in a new issue