We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c5315 commit 91e1424Copy full SHA for 91e1424
src/execute/types.ts
@@ -93,7 +93,7 @@ export interface ExecuteOptions {
93
quiet?: boolean;
94
previewServer?: boolean;
95
handledLanguages: string[]; // list of languages handled by cell language handlers, after the execution engine
96
- project?: ProjectContext;
+ project: ProjectContext;
97
}
98
99
// result of execution
0 commit comments