Skip to content

Commit

Permalink
test ESM worker
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jan 24, 2025
1 parent d46c2cf commit e65b8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus/src/ssg/ssgExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import type {SiteCollectedData} from '../common';
import type {SSGParams} from './ssgParams';
import type {SSGGlobalResult} from './ssgGlobalResult';

// @ts-expect-error: add with resolution
// @ts-expect-error: with resolution
import type {ExecuteSSGWorkerThreadTask} from './ssgWorkerThread.mts';

type SSGExecutor = {
Expand Down

0 comments on commit e65b8a8

Please sign in to comment.