@salesforce/webapp-template-cli-experimental 1.88.1 → 1.90.0
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.
|
@@ -75,7 +75,7 @@ function isSiteContainerMetaFile(filePath) {
|
|
|
75
75
|
*/
|
|
76
76
|
function replaceSiteContainerParams(content, appName) {
|
|
77
77
|
const urlPathPrefixVForceSite = `${appName}vforcesite`;
|
|
78
|
-
const appSpace = `c
|
|
78
|
+
const appSpace = `c-${appName}`;
|
|
79
79
|
const siteName = appName;
|
|
80
80
|
const siteName1 = `${appName}1`;
|
|
81
81
|
const siteNameLower = appName.toLowerCase();
|
package/package.json
CHANGED