Skip to content

Commit ea01a3e

Browse files
perf: skip duplicate routing sync
1 parent f9f328e commit ea01a3e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/nitro.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,5 @@ export async function createNitro(
7878
// Ensure initial handlers are populated
7979
await scanHandlers(nitro);
8080

81-
// Sync routers
82-
nitro.routing.sync();
83-
8481
return nitro;
8582
}

0 commit comments

Comments
 (0)