fix(core): update
This commit is contained in:
9
ts/index.ts
Normal file
9
ts/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export const runCli = async () => {
|
||||
const early = await import('@push.rocks/early');
|
||||
early.start('gitzone');
|
||||
const plugins = await import('./plugins.js');
|
||||
const gitzoneCli = await import('./gitzone.cli.js');
|
||||
early.stop().then(() => {
|
||||
gitzoneCli.run();
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user