Skip to content

Commit

Permalink
Fix: building now works
Browse files Browse the repository at this point in the history
  • Loading branch information
Glucy-2 committed Jul 12, 2024
1 parent 673d6e1 commit 760ef06
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 131 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "CC-BY-SA-4.0",
"type": "module",
"scripts": {
"docs:build": "vuepress build .",
"docs:clean-dev": "vuepress dev . --clean-cache",
"docs:dev": "vuepress dev .",
"docs:build": "vuepress-vite build .",
"docs:clean-dev": "vuepress-vite dev . --clean-cache",
"docs:dev": "vuepress-vite dev .",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
Expand All @@ -16,5 +16,9 @@
"vue": "^3.4.31",
"vuepress": "2.0.0-rc.14",
"vuepress-theme-hope": "2.0.0-rc.50"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"sass-loader": "^14.2.1"
}
}
Loading

0 comments on commit 760ef06

Please sign in to comment.