[deploy] debug
This commit is contained in:
parent
918ac31df0
commit
1690881eeb
|
@ -20,7 +20,7 @@ const target = process.env.TARGET || 'web';
|
||||||
const editor = process.env.TARGET_EDITOR == 'cell' ? 'spreadsheeteditor' :
|
const editor = process.env.TARGET_EDITOR == 'cell' ? 'spreadsheeteditor' :
|
||||||
process.env.TARGET_EDITOR == 'slide' ? 'presentationeditor' : 'documenteditor';
|
process.env.TARGET_EDITOR == 'slide' ? 'presentationeditor' : 'documenteditor';
|
||||||
const targetPatch = process.env.TARGET_EDITOR || 'word';
|
const targetPatch = process.env.TARGET_EDITOR || 'word';
|
||||||
const addonPath = process.env.ADDON_ENV || '';
|
const addonPath = process.env.ADDON_ENV || 'path';
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: env,
|
mode: env,
|
||||||
|
|
Loading…
Reference in a new issue