Skip to content

Commit

Permalink
fix: check
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jan 1, 2022
1 parent 336f3fb commit 64e01f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/types/internal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export interface SSRRenderOptions {
read(file: string): Buffer;
root: SSRComponent['default'];
router: boolean;
service_worker: string | null;
service_worker?: string;
ssr: boolean;
target: string;
template({ head, body }: { head: string; body: string }): string;
Expand Down

0 comments on commit 64e01f0

Please sign in to comment.