UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

13 lines (12 loc) 334 B
import { createRoutesManifest } from "../server/createRoutesManifest"; import { globDir } from "../utils/globDir"; function getManifest({ routerRoot }) { const routePaths = globDir(routerRoot); return createRoutesManifest(routePaths, { platform: "web" }); } export { getManifest }; //# sourceMappingURL=getManifest.js.map