@locale-labs/miniapp-builder 0.1.4-beta.1 → 0.1.4
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/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -57123,7 +57123,8 @@ ${fileContent}`;
|
|
|
57123
57123
|
},
|
|
57124
57124
|
body: JSON.stringify({
|
|
57125
57125
|
version,
|
|
57126
|
-
html_content: fileContent
|
|
57126
|
+
html_content: fileContent,
|
|
57127
|
+
env: process.env.DEPLOY_ENV || "prod"
|
|
57127
57128
|
})
|
|
57128
57129
|
});
|
|
57129
57130
|
if (!response.ok) {
|