@orcdkestrator/orcdk-plugin-localstack
Version:
LocalStack lifecycle management plugin for Orcdkestrator
17 lines • 747 B
TypeScript
/**
* Default runtime file extension mappings for LocalStack hot reloading
*
* This configuration-driven approach allows easy updates without code changes
* and can be overridden in the plugin configuration
*/
export declare const DEFAULT_RUNTIME_FILE_EXTENSIONS: Record<string, string[]>;
export declare const DEFAULT_FILE_EXTENSIONS: string[];
/**
* Get file extensions for a given runtime
*
* @param runtime The Lambda runtime identifier
* @param customMappings Optional custom runtime mappings to merge with defaults
* @returns Array of file extensions to watch
*/
export declare function getFileExtensionsForRuntime(runtime: string, customMappings?: Record<string, string[]>): string[];
//# sourceMappingURL=runtime-config.d.ts.map