feat: init
This commit is contained in:
6
node_modules/@nuxt/nitro-server/dist/runtime/utils/renderer/app.d.mts
generated
vendored
Normal file
6
node_modules/@nuxt/nitro-server/dist/runtime/utils/renderer/app.d.mts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { H3Event } from "h3";
|
||||
import type { NuxtPayload, NuxtSSRContext } from "nuxt/app";
|
||||
export declare function createSSRContext(event: H3Event): NuxtSSRContext;
|
||||
export declare function setSSRError(ssrContext: NuxtSSRContext, error: NuxtPayload["error"] & {
|
||||
url: string;
|
||||
}): void;
|
||||
Reference in New Issue
Block a user