Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Nov 27, 2024
1 parent 7a2eb68 commit 4c31295
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vike-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@
],
"repository": "github:vikejs/vike-node",
"license": "MIT"
}
}
1 change: 0 additions & 1 deletion packages/vike-node/src/runtime/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export type HeadersProvided = Record<string, string | string[] | undefined> | He
export type VikeHttpResponse = Awaited<ReturnType<typeof import('vike/server').renderPage>>['httpResponse']
export type NextFunction = (err?: unknown) => void
export type VikeOptions = {
pageContext?: Record<string, any>
compress?: boolean | 'static'
static?: boolean | string | { root?: string; cache?: boolean }
onError?: (err: unknown) => void
Expand Down

0 comments on commit 4c31295

Please sign in to comment.