We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c642452 commit 5bb0a39Copy full SHA for 5bb0a39
packages/cli/commands/create.ts
@@ -37,8 +37,8 @@ import {
37
sanitizeAddons,
38
type SelectedAddon
39
} from './add/index.ts';
40
-import { createWorkspace } from './add/workspace.ts';
41
import { commonFilePaths } from './add/utils.ts';
+import { createWorkspace } from './add/workspace.ts';
42
43
const langs = ['ts', 'jsdoc'] as const;
44
const langMap: Record<string, LanguageType | undefined> = {
@@ -386,6 +386,5 @@ export async function createVirtualWorkspace({
386
}
387
};
388
389
- console.log(virtualWorkspace);
390
return virtualWorkspace;
391
0 commit comments