Skip to content

Commit 2058e20

Browse files
committed
chore: update meta import
1 parent e6336c7 commit 2058e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/build/plugins/virtual.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Plugin, ResolvedId } from "rollup";
22
import { pathRegExp } from "../../utils/regex.ts";
3-
import { runtimeDependencies, runtimeDir } from "../../runtime/meta.ts";
3+
import { runtimeDependencies, runtimeDir } from "nitro/meta";
44

55
export type VirtualModule = {
66
id: string;

0 commit comments

Comments
 (0)