There was an error while loading. Please reload this page.
1 parent 47cdebe commit fd9f890Copy full SHA for fd9f890
1 file changed
src/build_cache.ts
@@ -64,6 +64,7 @@ export class ProdBuildCache<State> implements BuildCache<State> {
64
const info = staticFiles.get(pathname);
65
if (info === undefined) return null;
66
67
+ console.log("reading", { root: this.root, filePath: info.filePath });
68
const filePath = path.join(this.root, info.filePath);
69
70
const [stat, file] = await Promise.all([
0 commit comments