diff --git a/src/repluggableAppDebug/repluggableAppDebug.ts b/src/repluggableAppDebug/repluggableAppDebug.ts index 095ab48..365a364 100644 --- a/src/repluggableAppDebug/repluggableAppDebug.ts +++ b/src/repluggableAppDebug/repluggableAppDebug.ts @@ -37,10 +37,10 @@ function mapApiToEntryPoint(allPackages: EntryPoint[]) { return apiToEntryPoint } -const getAPIOrEntryPointsDependencies = async ( +const getAPIOrEntryPointsDependencies = ( apisOrEntryPointsNames: string[], entryPoints: EntryPoint[] -): Promise<{ entryPoints: EntryPoint[]; apis: AnySlotKey[] }> => { +): { entryPoints: EntryPoint[]; apis: AnySlotKey[] } => { const apiToEntryPoint = mapApiToEntryPoint(entryPoints) const loadedEntryPoints = new Set()