Skip to content

Commit ed08bcc

Browse files
committed
refactor(app-config): export config helpers for reuse in pull
1 parent 473cb97 commit ed08bcc

File tree

1 file changed

+2
-2
lines changed
  • packages/app/src/cli/services/app/config

1 file changed

+2
-2
lines changed

packages/app/src/cli/services/app/config/link.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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[]

0 commit comments

Comments
 (0)