Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
whoops.  args can't be optional
  • Loading branch information
mcoliver authored Dec 7, 2023
1 parent c630fc5 commit 2f185b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export const defaultConfig: Config = {
match: "https://www.builder.io/c/docs/**",
maxPagesToCrawl: 50,
outputFileName: "output.json",
maxTokens?: 2000000,
maxTokens: 2000000,
};

0 comments on commit 2f185b2

Please sign in to comment.