@lark-apaas/fullstack-cli 1.1.59-alpha.20260720184331 → 1.1.59-alpha.20260721044121
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
CHANGED
|
@@ -8652,7 +8652,10 @@ var RUNTIME_ONLY_ENVIRONMENT_KEYS = /* @__PURE__ */ new Set([
|
|
|
8652
8652
|
"SERVER_PORT",
|
|
8653
8653
|
"preview_run_id"
|
|
8654
8654
|
]);
|
|
8655
|
-
var RUNTIME_ONLY_ENVIRONMENT_PREFIXES = [
|
|
8655
|
+
var RUNTIME_ONLY_ENVIRONMENT_PREFIXES = [
|
|
8656
|
+
"MIAODA_PREVIEW_PHASE_",
|
|
8657
|
+
"PREVIEW_ARTIFACT_"
|
|
8658
|
+
];
|
|
8656
8659
|
function previewArtifactBuildEnvironment(environment, appBasePath) {
|
|
8657
8660
|
const buildEnvironment = {};
|
|
8658
8661
|
for (const [key, value] of Object.entries(environment ?? {})) {
|