@blocklet/pages-kit-block-studio 0.4.75 → 0.4.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,4 +10,4 @@ export declare const libDir = "lib";
10
10
  export declare const METADATA_FILE_NAME = "@metadata.json";
11
11
  export declare const PREVIEW_IMAGE_DIR = "@preview-images";
12
12
  export declare const NANOID_LENGTH = 16;
13
- export declare const DEFAULT_BLOCK_ENTRY_FILES_PATTERN = "src/**/index.{ts,tsx,html}";
13
+ export declare const DEFAULT_BLOCK_ENTRY_FILES_PATTERN = "src/**/index.{ts,tsx}";