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.
1 parent e6336c7 commit 2058e20Copy full SHA for 2058e20
1 file changed
src/build/plugins/virtual.ts
@@ -1,6 +1,6 @@
1
import type { Plugin, ResolvedId } from "rollup";
2
import { pathRegExp } from "../../utils/regex.ts";
3
-import { runtimeDependencies, runtimeDir } from "../../runtime/meta.ts";
+import { runtimeDependencies, runtimeDir } from "nitro/meta";
4
5
export type VirtualModule = {
6
id: string;
0 commit comments