We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f60cdf commit 5c22061Copy full SHA for 5c22061
vite.config.ts
@@ -3,6 +3,7 @@ import { fileURLToPath } from "node:url";
3
import { defineConfig, type PluginOption, type UserConfig } from "vite";
4
import react from "@vitejs/plugin-react";
5
import { exec } from "node:child_process";
6
+import "vitest/config";
7
8
const TypstFontUrlEntriesPlugin = (): PluginOption => {
9
const name = "typst-font-url-entries-plugin";
0 commit comments