Skip to content

Commit

Permalink
fix npm ci err
Browse files Browse the repository at this point in the history
  • Loading branch information
claytercek committed Nov 25, 2024
1 parent efd6b7d commit 189875e
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://vitepress.dev/guide/custom-theme
import { h } from "vue";
import type { Theme } from "vitepress";
import DefaultTheme from "vitepress/theme";
// https://vitepress.dev/guide/custom-theme
import { h } from "vue";
import "./style.css";

export default {
Expand Down
105 changes: 89 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 189875e

Please sign in to comment.