chore: fix package bin

This commit is contained in:
Pooya Parsa 2020-11-04 12:37:05 +01:00
parent 93f265d5e0
commit 0bcee8202a
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ export async function render (url, ctx: any) {
status: 200,
headers: {
'Content-Type': 'text/html;charset=UTF-8',
// @ts-ignore
'X-Nuxt-Coldstart': global._coldstart + 'ms',
'X-Nuxt-ResponseTime': time + 'ms'
}