Skip to content

Commit 5507bd7

Browse files
authored
Update getting-started.md
1 parent 46dac90 commit 5507bd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/others/vitepress/getting-started.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ yarn init
3232
"description": "Record some code snippets at work.",
3333
"repository": "https://github.com/curder/code-snippets.git",
3434
"author": "curder <q.curder@gmail.com>",
35-
"license": "MIT"
35+
"license": "MIT",
36+
"type": "module"
3637
}
3738
```
3839
:::
@@ -60,6 +61,7 @@ echo '<!--@include: ./README.md-->' > docs/index.md
6061
"repository": "https://github.com/curder/code-snippets.git",
6162
"author": "curder <q.curder@gmail.com>",
6263
"license": "MIT",
64+
"type": "module",
6365
"scripts": { // [!code focus]
6466
"docs:dev": "vitepress dev docs", // [!code focus]
6567
"docs:build": "vitepress build docs", // [!code focus]

0 commit comments

Comments
 (0)