···11import { globSync } from "glob";
22-import { NextjsAppPaths } from "../../../../nextjsPaths";
22+import { NextjsAppPaths } from "../../../../nextjs-paths";
3344/**
55 * `evalManifest` relies on readFileSync so we need to patch the function so that it instead returns the content of the manifest files
···11import { readFileSync, existsSync } from "node:fs";
22-import { NextjsAppPaths } from "../../../../nextjsPaths";
22+import { NextjsAppPaths } from "../../../../nextjs-paths";
3344/**
55 * The following avoid various Next.js specific files `require`d at runtime since we can just read