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 bf6fc10 commit ef042a2Copy full SHA for ef042a2
src/runtime/server/util/kit.ts
@@ -21,7 +21,7 @@ export function withoutQuery(path: string) {
21
return path.split('?')[0]
22
}
23
24
-export function createNitroRouteRuleMatcher() : ((path: string) => NitroRouteRules) {
+export function createNitroRouteRuleMatcher(): ((path: string) => NitroRouteRules) {
25
const { nitro, app } = useRuntimeConfig()
26
const _routeRulesMatcher = toRouteMatcher(
27
createRadixRouter({
0 commit comments