Skip to content

Commit cf03c76

Browse files
committed
fix type err
1 parent fd3fbfe commit cf03c76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utils/lib/launch-from-cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export const launchFromCli = async (importMeta, {
5353
*/
5454
const configManager = new ConfigManager();
5555

56+
// @ts-expect-error - pretty much impossible to type parsedArgv so that it can be merged with userConfig, so we'll just ignore the error
5657
await configManager.loadConfig({ ...userConfig, ...parsedArgv }, parsedArgv.config);
5758
/** @type {any} TODO: figure out where to add this 'logging' property */
5859
const config = configManager.getConfig();

0 commit comments

Comments
 (0)