fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-15 10:04:59 +01:00
parent 48ef556e6b
commit cddd7ffd25

View File

@ -38,7 +38,7 @@ export const runCli = async () => {
}, },
{}, {},
process.cwd(), process.cwd(),
{ web: true } { web: true, ...argvArg },
); );
}); });