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.
nitro/meta
1 parent 6f06f17 commit 8039866Copy full SHA for 8039866
src/build/chunks.ts
@@ -1,5 +1,5 @@
1
import type { Nitro } from "nitro/types";
2
-import { presetsDir, runtimeDir } from "../runtime/meta.ts";
+import { presetsDir, runtimeDir } from "nitro/meta";
3
import { parseNodeModulePath } from "mlly";
4
5
const virtualRe = /^\0|^virtual:/;
0 commit comments