Made a really basic script that runs the vitepress proccess.

This commit is contained in:
yuanhau 2025-05-20 15:31:59 +08:00
parent 7b46cc7e6f
commit 5c64ae08bf
10 changed files with 309 additions and 17 deletions

View file

@ -63,7 +63,8 @@
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3"
"postcss": "^8.5.3",
"vitepress": "^1.6.3"
},
"overrides": {
"@vercel/nft": "^0.27.4"