custom-element-flow
Advanced tools
Comparing version 1.0.60 to 1.0.61
@@ -58,3 +58,3 @@ #! /usr/bin/env node | ||
open(editorStartUrl); | ||
await writeFile(`${projectDir}/.env`, `DOCS="https://devforum.wix.com/kb/en/article/create-a-custom-element-and-app-settings-panel"\nLIVE_SITE_START_URL=${liveSiteStartUrl}\nEDITOR_START_URL=${editorStartUrl}`); | ||
await writeFile(`${projectDir}/.env`, `DOCS="https://devforum.wix.com/kb/en/article/create-a-custom-element-and-app-settings-panel"\nLIVE_SITE_START_URL="${liveSiteStartUrl}"\nEDITOR_START_URL="${editorStartUrl}"`); | ||
} else if (res.siteSelector === 'selector') { | ||
@@ -61,0 +61,0 @@ open(`https://dev.wix.com/dc3/test-app/${appId}?redirect=editor&title=Select%20Site&buttonText=Test%20Your%20App`); |
@@ -59,3 +59,3 @@ #! /usr/bin/env node | ||
open(editorStartUrl); | ||
yield writeFile(`${projectDir}/.env`, `DOCS="https://devforum.wix.com/kb/en/article/create-a-custom-element-and-app-settings-panel"\nLIVE_SITE_START_URL=${liveSiteStartUrl}\nEDITOR_START_URL=${editorStartUrl}`); | ||
yield writeFile(`${projectDir}/.env`, `DOCS="https://devforum.wix.com/kb/en/article/create-a-custom-element-and-app-settings-panel"\nLIVE_SITE_START_URL="${liveSiteStartUrl}"\nEDITOR_START_URL="${editorStartUrl}"`); | ||
} | ||
@@ -62,0 +62,0 @@ else if (res.siteSelector === 'selector') { |
{ | ||
"name": "custom-element-flow", | ||
"version": "1.0.60", | ||
"version": "1.0.61", | ||
"description": "My New Project description.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
68389