Skip to content

Commit

Permalink
chore: fix rebase problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jul 25, 2023
1 parent 5a31724 commit e635660
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 77 deletions.
1 change: 0 additions & 1 deletion packages/integrations/markdoc/src/content-entry-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import type * as rollup from 'rollup';
import type { ErrorPayload as ViteErrorPayload } from 'vite';
import type { ComponentConfig } from './config.js';
import { MarkdocError, isComponentConfig, isValidUrl, prependForwardSlash } from './utils.js';
// @ts-expect-error Cannot get the types here without `moduleResolution: 'nodenext'`
import { emitESMImage } from 'astro/assets/utils';
import { htmlTokenTransform } from './html/transform/html-token-transform.js';
import type { MarkdocConfigResult } from './load-config.js';
Expand Down
Loading

0 comments on commit e635660

Please sign in to comment.