Skip to content

Commit

Permalink
add mdx to default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
adcentury committed Sep 28, 2023
1 parent 445f7fb commit 1e23586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/documate/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const generateDocumateJson = async () => {
} catch (error) {
await fsPromises.writeFile(filePath, JSON.stringify({
"root": ".",
"include": [ "**/*.md" ],
"include": [ "**/*.md", "**/*.mdx" ],
"backend": ""
}, null, 2))
}
Expand Down
2 changes: 1 addition & 1 deletion cli/documate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documate/documate",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 1e23586

Please sign in to comment.