Skip to content

Commit

Permalink
App.init argument should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Aug 22, 2021
1 parent 7bd56c5 commit 72cfa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/types/app.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface App {
paths,
prerendering,
read
}: {
}?: {
paths: {
base: string;
assets: string;
Expand Down

0 comments on commit 72cfa5f

Please sign in to comment.