Skip to content

Commit

Permalink
fix: import NitroRuntimeHooks from runtime dir (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jun 21, 2023
1 parent 34d9d1d commit 798180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
createFetch as createLocalFetch,
} from "unenv/runtime/fetch/index";
import { createHooks, Hookable } from "hookable";
import { NitroRuntimeHooks } from "../types";
import { NitroRuntimeHooks } from "./types";
import { useRuntimeConfig } from "./config";
import { cachedEventHandler } from "./cache";
import { createRouteRulesHandler, getRouteRulesForPath } from "./route-rules";
Expand Down

0 comments on commit 798180f

Please sign in to comment.