Skip to content

Commit 0310f71

Browse files
committed
fix build
1 parent 3d4652b commit 0310f71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cli/tsdown.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import path from "path";
2-
import { readJSONSync } from "fs-extra";
2+
import fsExtra from "fs-extra";
33
import { defineConfig } from "tsdown";
44

5+
const { readJSONSync } = fsExtra;
6+
57
const isDev = process.env.npm_lifecycle_event === "dev";
68

79
// Read package versions at build time

0 commit comments

Comments
 (0)