Const APP_ROUTE represents all the API routes and metadata routes that are under app/ with the
filename of route.{j,t}s{,x}.
IMAGE represents all the images that are generated by next/image.
PAGES represents all the React pages that are under pages/.
PAGES_API represents all the API routes under pages/api/.
APP_PAGErepresents all the React pages that are underapp/with the filename ofpage.{j,t}s{,x}.