We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c09422 commit b1a8fe7Copy full SHA for b1a8fe7
vite.config.api.ts
@@ -1,7 +1,7 @@
1
import { fileURLToPath } from "node:url";
2
import path from "node:path";
3
import fs from "node:fs";
4
-import glob from "glob";
+import * as glob from "glob";
5
import dotenv from "dotenv";
6
import { build } from "vite";
7
0 commit comments