cli: add missing dependency
Co-Authored-by: Philipp Hugenroth <philipph@spotify.com> Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -29,6 +29,7 @@ export async function startFrontend(options: StartAppOptions) {
|
||||
entry: options.entry,
|
||||
checksEnabled: options.checksEnabled,
|
||||
configPaths: options.configPaths,
|
||||
verifyVersions: options.verifyVersions,
|
||||
});
|
||||
|
||||
await waitForExit();
|
||||
|
||||
Reference in New Issue
Block a user