mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +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,
|
||||
headers: {
|
||||
'Content-Type': 'text/html;charset=UTF-8',
|
||||
// @ts-ignore
|
||||
'X-Nuxt-Coldstart': global._coldstart + 'ms',
|
||||
'X-Nuxt-ResponseTime': time + 'ms'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user