Skip to content

Commit ea4e023

Browse files
authored
fix: update RuntimeConfig.workspace.filesystem to non-required (#129)
1 parent b5616d9 commit ea4e023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sumi-core/src/common/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface RuntimeConfig {
5151
/**
5252
* 文件系统配置
5353
*/
54-
filesystem: FileSystemConfiguration;
54+
filesystem?: FileSystemConfiguration;
5555
/**
5656
* 文档保存事件
5757
* @param data.filepath 文档相对工作空间路径

0 commit comments

Comments
 (0)