mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: fix package bin
This commit is contained in:
parent
93f265d5e0
commit
0bcee8202a
@ -47,6 +47,7 @@ export async function render (url, ctx: any) {
|
|||||||
status: 200,
|
status: 200,
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'text/html;charset=UTF-8',
|
'Content-Type': 'text/html;charset=UTF-8',
|
||||||
|
// @ts-ignore
|
||||||
'X-Nuxt-Coldstart': global._coldstart + 'ms',
|
'X-Nuxt-Coldstart': global._coldstart + 'ms',
|
||||||
'X-Nuxt-ResponseTime': time + 'ms'
|
'X-Nuxt-ResponseTime': time + 'ms'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user