fix vuepress

This commit is contained in:
Ulf Gebhardt 2024-02-22 17:12:31 +01:00
parent 15b0f038e5
commit c374fa3c22
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 1122 additions and 191 deletions

View File

@ -1,3 +1,5 @@
import { defaultTheme } from '@vuepress/theme-default'
import { viteBundler } from '@vuepress/bundler-vite'
import { defineUserConfig } from 'vuepress'
export default defineUserConfig({
@ -6,4 +8,6 @@ export default defineUserConfig({
dest: 'build/docs',
base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/',
pagePatterns: ['**/*.md', '**/LICENSE', '!.vuepress', '!node_modules'],
bundler: viteBundler({}),
theme: defaultTheme({}),
})

1307
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,6 +36,7 @@
"dependencies": {
"@apollo/server": "^4.10.0",
"@prisma/client": "^5.10.2",
"@vuepress/theme-default": "^2.0.0-rc.17",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4",
"prisma": "^5.10.2",
@ -49,6 +50,7 @@
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vuepress/bundler-vite": "^2.0.0-rc.8",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",