Skip to content

Commit

Permalink
fix create-docusaurus logger ESM import problem
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Feb 28, 2025
1 parent 91fd175 commit bae2262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-docusaurus/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import fs from 'fs-extra';
import {fileURLToPath} from 'url';
import path from 'path';
import _ from 'lodash';
import logger from '@docusaurus/logger';
import {logger} from '@docusaurus/logger';
import execa from 'execa';
import prompts, {type Choice} from 'prompts';
import supportsColor from 'supports-color';
Expand Down

0 comments on commit bae2262

Please sign in to comment.