chore: adds way to properly debug export

This commit is contained in:
sauravniraula 2026-03-13 17:25:34 +05:45
parent 7660379b7d
commit 1dc852d07b
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326
3 changed files with 212 additions and 211 deletions

View file

@ -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.