Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
make codecov happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Mar 17, 2020
1 parent d974801 commit eafb2f1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/remax-cli/src/getEntries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,3 @@ export default function getEntries(

return API.getEntries(entries, appConfig, options);
}

export function getEntryInfo(path: string, options: RemaxOptions) {
const { pages } = getAppConfig(options);

const page = pages.find(p => path.indexOf(p + '.') !== -1) || '';

return {
path,
route: page,
};
}

0 comments on commit eafb2f1

Please sign in to comment.