@lark-apaas/openclaw-dev-cli 0.1.10 → 0.1.11
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7631,7 +7631,7 @@ var deployCommand = {
|
|
|
7631
7631
|
const preUploadResult = await preUploadStatic(meta.appId, bucketId);
|
|
7632
7632
|
console.log(`Static prefix: ${preUploadResult.downloadURLPrefix}`);
|
|
7633
7633
|
if (!options.skipBuild) {
|
|
7634
|
-
const cdnBase = artifactCredential.
|
|
7634
|
+
const cdnBase = artifactCredential.pathPrefixes?.resource_cdn_path || CDN_BASE_URL;
|
|
7635
7635
|
const cdnDomain = `${cdnBase.replace(/\/+$/, "")}/${meta.appId}/${publishResult.version}/client/`;
|
|
7636
7636
|
const buildEnv = {
|
|
7637
7637
|
...process.env,
|