0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-24 11:07:29 +01:00
This commit is contained in:
EdamAmex 2024-11-21 12:00:21 +09:00 committed by GitHub
parent cb109ffb39
commit 2a59fe4550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
})