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 54a97c0 commit 838559aCopy full SHA for 838559a
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