Skip to content

Commit

Permalink
chore: add .mts to markdoc config formats
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Mar 27, 2023
1 parent b75570d commit b51d9a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/integrations/markdoc/src/load-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import * as fs from 'node:fs';
const SUPPORTED_MARKDOC_CONFIG_FILES = [
'markdoc.config.js',
'markdoc.config.mjs',
'markdoc.config.mts',
'markdoc.config.ts',
];

Expand Down

0 comments on commit b51d9a6

Please sign in to comment.