Skip to content

Commit 6c3b6ec

Browse files
committed
fix
1 parent a3fc008 commit 6c3b6ec

File tree

46 files changed

+1164
-2928
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1164
-2928
lines changed

packages/global/core/app/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export enum AppTypeEnum {
2020
httpPlugin = 'httpPlugin'
2121
}
2222

23-
export const AppFolderTypeList = [AppTypeEnum.folder];
23+
export const AppFolderTypeList = [AppTypeEnum.folder, AppTypeEnum.httpPlugin];
2424

2525
export const defaultTTSConfig: AppTTSConfigType = { type: 'web' };
2626

0 commit comments

Comments
 (0)