fix: update envision-cli tools for proxy and run app
This commit is contained in:
@@ -10,10 +10,13 @@ import './command/web.ts';
|
||||
import './command/router.ts';
|
||||
import './command/npm.ts';
|
||||
import './command/publish.ts';
|
||||
import './command/init.ts';
|
||||
import './command/proxy.ts';
|
||||
|
||||
// program.parse(process.argv);
|
||||
|
||||
export const runParser = async (argv: string[]) => {
|
||||
// program.parse(process.argv);
|
||||
// console.log('argv', argv);
|
||||
program.parse(argv);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user