mirror of
https://github.com/honojs/hono.git
synced 2024-11-24 11:07:29 +01:00
wip
This commit is contained in:
parent
cb109ffb39
commit
2a59fe4550
@ -30,7 +30,7 @@ async function main() {
|
||||
metrics.push({
|
||||
key: 'bundle-size-kb',
|
||||
name: 'Bundle Size (KB)',
|
||||
value: (bundleSize / 1024).toFixed(2),
|
||||
value: (bundleSize / 1024).toFixed(2).toString(),
|
||||
unit: 'KB',
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user