Skip to content

Commit b1a8fe7

Browse files
committed
fix: import glob
1 parent 0c09422 commit b1a8fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { fileURLToPath } from "node:url";
22
import path from "node:path";
33
import fs from "node:fs";
4-
import glob from "glob";
4+
import * as glob from "glob";
55
import dotenv from "dotenv";
66
import { build } from "vite";
77

0 commit comments

Comments
 (0)