@forge/cli-shared
5.5.2-next.05.5.2-next.1
out/config/config.d.tsout/config/config.d.ts+1−1
Index: package/out/config/config.d.ts
===================================================================
--- package/out/config/config.d.ts
+++ package/out/config/config.d.ts
@@ -1,8 +1,8 @@
import { ManifestSchema, Resources } from '@forge/manifest';
export declare const manifestFileName = "manifest.yml";
export declare const dependencyFileNames: string[];
-export declare const ModuleEntryPoints: readonly ["view", "edit", "create", "contextConfig"];
+export declare const ModuleEntryPoints: readonly ["view", "edit", "create", "contextConfig", "config"];
export declare type ModuleEntryPoint = (typeof ModuleEntryPoints)[number];
export declare type BaseModule = {
key: string;
} & {