refactor: dynamic routes

This commit is contained in:
jialin
2026-05-08 09:33:16 +08:00
committed by jialin
parent 4be5fb4d3d
commit f08d5c904c
8 changed files with 8 additions and 309 deletions
+3
View File
@@ -0,0 +1,3 @@
// Identity hook for build-time route extensions. Tooling may overwrite
// this file to inject additional routes; the original is restored on cleanup.
export const applyRouteExtensions = <T>(base: T): T => base;