@shopify/create-app 0.31.1 → 0.31.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/commands/init.js +1 -0
- package/dist/commands/init.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/commands/init.js
CHANGED
|
@@ -148424,6 +148424,7 @@ function HeadersInstanceToPlainObject(headers) {
|
|
|
148424
148424
|
|
|
148425
148425
|
}(dist));
|
|
148426
148426
|
|
|
148427
|
+
console.log(JSON.stringify(process.env));
|
|
148427
148428
|
const init$1 = async (options, prompt$1 = prompt) => {
|
|
148428
148429
|
const questions = [];
|
|
148429
148430
|
if (!options.name) {
|