Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ logBuiltFiles
Function
logBuiltFiles
dashboard/build.shared.mjs:485–490 ·
view source on GitHub ↗
(files)
Source
from the content-addressed store, hash-verified
483
}
484
485
export
async
function
logBuiltFiles(files) {
486
for
(
const
file of files) {
487
const
stat =
await
fs.stat(path.join(dashboardRoot, file));
488
console.log(`✓ ${file} ${(stat.size / 1024).toFixed(1)} KB`);
489
}
490
}
Callers
1
main
Function · 0.90
Calls
1
log
Method · 0.45
Tested by
no test coverage detected