Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed Oct 29, 2024
1 parent 0a800a4 commit 5fa2617
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/app/src/cli/services/init/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ async function init(options: InitOptions) {
let app: OrganizationApp
if (options.selectedAppOrNameResult.result === 'new') {
// Load the local app to get the creation options.
// NOTE: We need the specs just to load the scopes, if we ever remove the local scopes, we need to find a way to
// do this without them.
// NOTE: need the specs to load the scopes, if we ever remove the local specs, we need to find a way to do this without them.
const specifications = await loadLocalExtensionsSpecifications()
const localApp = await loadApp({specifications, directory: outputDirectory, userProvidedConfigName: undefined})
const org = options.selectedAppOrNameResult.org
Expand Down

0 comments on commit 5fa2617

Please sign in to comment.