Skip to content

Commit

Permalink
🐞 fix(import): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bingling-sama committed Apr 19, 2024
1 parent a3f8373 commit a721aeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vitepress/workers/mcla.worker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { MCLAAPI } from "@/analyzers/mcla.api"
import type { MCLAAPI } from "../analyzers/mcla.api"

type ProgressCallback = (
percent: number,
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/contributors.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import { VPTeamMembers } from 'vitepress/theme'
import members from "../.vitepress/data/members.json"
import members from "../../.vitepress/data/members.json"
</script>

# 贡献者
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.worker.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["docs/.vitepress/workers/*", "docs/.vitepress/**/*.api.ts"],
"include": [".vitepress/workers/*", ".vitepress/**/*.api.ts"],
"compilerOptions": {
"composite": true,

Expand Down

0 comments on commit a721aeb

Please sign in to comment.