Skip to content

Commit

Permalink
Rename docs.cli.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jul 7, 2023
1 parent 79d38ce commit 07df9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "Docs generation",
"type": "node",
"request": "launch",
"args": ["src/docs.mts"],
"args": ["src/docs.cli.mts"],
"runtimeArgs": ["--loader", "ts-node/esm"],
"cwd": "${workspaceRoot}/packages/mermaid",
"skipFiles": ["<node_internals>/**", "**/node_modules/**"],
Expand Down

0 comments on commit 07df9ee

Please sign in to comment.