Skip to content

Commit 8039866

Browse files
committed
fix: update import to nitro/meta
1 parent 6f06f17 commit 8039866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/chunks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Nitro } from "nitro/types";
2-
import { presetsDir, runtimeDir } from "../runtime/meta.ts";
2+
import { presetsDir, runtimeDir } from "nitro/meta";
33
import { parseNodeModulePath } from "mlly";
44

55
const virtualRe = /^\0|^virtual:/;

0 commit comments

Comments
 (0)