[deploy] debug

This commit is contained in:
Maxim Kadushkin 2021-08-02 17:31:03 +03:00
parent 918ac31df0
commit 1690881eeb

View file

@ -20,7 +20,7 @@ const target = process.env.TARGET || 'web';
const editor = process.env.TARGET_EDITOR == 'cell' ? 'spreadsheeteditor' :
process.env.TARGET_EDITOR == 'slide' ? 'presentationeditor' : 'documenteditor';
const targetPatch = process.env.TARGET_EDITOR || 'word';
const addonPath = process.env.ADDON_ENV || '';
const addonPath = process.env.ADDON_ENV || 'path';
module.exports = {
mode: env,