We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dac90 commit 5507bd7Copy full SHA for 5507bd7
docs/others/vitepress/getting-started.md
@@ -32,7 +32,8 @@ yarn init
32
"description": "Record some code snippets at work.",
33
"repository": "https://github.com/curder/code-snippets.git",
34
"author": "curder <q.curder@gmail.com>",
35
- "license": "MIT"
+ "license": "MIT",
36
+ "type": "module"
37
}
38
```
39
:::
@@ -60,6 +61,7 @@ echo '<!--@include: ./README.md-->' > docs/index.md
60
61
62
63
"license": "MIT",
64
+ "type": "module",
65
"scripts": { // [!code focus]
66
"docs:dev": "vitepress dev docs", // [!code focus]
67
"docs:build": "vitepress build docs", // [!code focus]
0 commit comments