File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/app/src/cli/services/app/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ type LocalAppOptions =
239239 * @param specifications - Module specs to use for loading. These must have come from the platform.
240240 * @returns Either a loaded app, or some placeholder data
241241 */
242- async function loadLocalAppOptions (
242+ export async function loadLocalAppOptions (
243243 options : LinkOptions ,
244244 specifications : RemoteAwareExtensionSpecification [ ] ,
245245 remoteFlags : Flag [ ] ,
@@ -344,7 +344,7 @@ async function loadConfigurationFileName(
344344 * Build a new app configuration object based on the remote app's modules, and write it to the filesystem, merging
345345 * with the existing local file.
346346 */
347- async function overwriteLocalConfigFileWithRemoteAppConfiguration ( options : {
347+ export async function overwriteLocalConfigFileWithRemoteAppConfiguration ( options : {
348348 remoteApp : OrganizationApp
349349 developerPlatformClient : DeveloperPlatformClient
350350 specifications : RemoteAwareExtensionSpecification [ ]
You can’t perform that action at this time.
0 commit comments