Skip to content

Commit

Permalink
Dedupe flat routes implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Oct 17, 2024
1 parent 7601e67 commit b755f79
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 1,461 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module.exports = {
"packages/remix-dev",
"packages/remix-eslint-config",
"packages/remix-express",
"packages/remix-fs-routes",
"packages/remix-node",
"packages/remix-react",
"packages/remix-route-config",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-dev/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export {
routeManifestToRouteConfig as UNSAFE_routeManifestToRouteConfig,
getRouteConfigAppDirectory as UNSAFE_getRouteConfigAppDirectory,
} from "./config/routes";
export { flatRoutes as UNSAFE_flatRoutes } from "./config/flat-routes";
export { getDependenciesToBundle } from "./dependencies";
export type {
BuildManifest,
Expand Down
Loading

0 comments on commit b755f79

Please sign in to comment.