Skip to content

Commit 37600a6

Browse files
authored
Create package.json
1 parent 22680e8 commit 37600a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"scripts": {
3+
"docs:build": "vitepress build docs",
4+
"docs:preview": "vitepress preview docs"
5+
}
6+
}

0 commit comments

Comments
 (0)