Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5507bd7

Browse filesBrowse files
authored
Update getting-started.md
1 parent 46dac90 commit 5507bd7
Copy full SHA for 5507bd7

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎docs/others/vitepress/getting-started.md

Copy file name to clipboardExpand all lines: docs/others/vitepress/getting-started.md
+3-1Lines changed: 3 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.