Skip to content

Commit 2f185b2

Browse files
authored
Update config.ts
whoops. args can't be optional
1 parent c630fc5 commit 2f185b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export const defaultConfig: Config = {
55
match: "https://www.builder.io/c/docs/**",
66
maxPagesToCrawl: 50,
77
outputFileName: "output.json",
8-
maxTokens?: 2000000,
8+
maxTokens: 2000000,
99
};

0 commit comments

Comments
 (0)