Merge pull request #25881 from krasevych/patch-1

NextJS: Add definition for setAssetPrefix
This commit is contained in:
Daniel Rosenwasser
2018-05-22 08:25:13 -07:00
committed by GitHub

View File

@@ -36,6 +36,7 @@ declare namespace next {
}
interface Server {
setAssetPrefix: (cdnUrl: string) => void;
handleRequest(
req: http.IncomingMessage,
res: http.ServerResponse,