Skip to content

Commit 5c22061

Browse files
修复升级后类型错误
1 parent 1f60cdf commit 5c22061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { fileURLToPath } from "node:url";
33
import { defineConfig, type PluginOption, type UserConfig } from "vite";
44
import react from "@vitejs/plugin-react";
55
import { exec } from "node:child_process";
6+
import "vitest/config";
67

78
const TypstFontUrlEntriesPlugin = (): PluginOption => {
89
const name = "typst-font-url-entries-plugin";

0 commit comments

Comments
 (0)