Skip to content

Commit

Permalink
cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marklawlor committed Feb 5, 2024
1 parent 620d464 commit 136055c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ async function legacyTypedRoutes({
const { filePathToRoute, staticRoutes, dynamicRoutes, addFilePath, isRouteFile } =
getTypedRoutesUtils(routerDirectory);

/**
* Typed Routes can be run with out Metro or a Server, e.g. `expo customize tsconfig.json`
*/
// Typed Routes can be run with out Metro or a Server, e.g. `expo customize tsconfig.json`
if (metro && server) {
metroWatchTypeScriptFiles({
projectRoot,
Expand Down

0 comments on commit 136055c

Please sign in to comment.