Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: expose getRouteRulesForPath from nitro runtime
Browse files Browse the repository at this point in the history
danielroe committed Mar 9, 2024

Verified

This commit was signed with the committer’s verified signature.
Eliulm Elias Wahl
1 parent b0f08c1 commit 8475dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/index.ts
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ export { useNitroApp } from "./app";
export * from "./plugin";
export * from "./task";
export * from "./renderer";
export { getRouteRules } from "./route-rules";
export { getRouteRules, getRouteRulesForPath } from "./route-rules";
export { useStorage } from "./storage";
export { useEvent } from "./context";
export { defineNitroErrorHandler } from "./error";

0 comments on commit 8475dcf

Please sign in to comment.