MCPcopy Create free account
hub / github.com/toeverything/AFFiNE / execute

Method execute

tools/cli/src/init.ts:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 static override paths = [['init'], ['i'], ['codegen']];
16
17 async execute() {
18 this.logger.info('Generating Workspace configs');
19 await this.generateWorkspaceFiles();
20 this.logger.info('Workspace configs generated');
21 }
22
23 async generateWorkspaceFiles() {
24 this.workspace = new Workspace(yarnList());

Callers

nothing calls this directly

Calls 2

infoMethod · 0.45

Tested by

no test coverage detected