Skip to content

Commit fd9f890

Browse files
more debug
1 parent 47cdebe commit fd9f890

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/build_cache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export class ProdBuildCache<State> implements BuildCache<State> {
6464
const info = staticFiles.get(pathname);
6565
if (info === undefined) return null;
6666

67+
console.log("reading", { root: this.root, filePath: info.filePath });
6768
const filePath = path.join(this.root, info.filePath);
6869

6970
const [stat, file] = await Promise.all([

0 commit comments

Comments
 (0)