UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

9 lines (8 loc) 279 B
/** * Watches for the app.config.json in the root of your project * * @param root root path to a project * @param onChange callback triggered when file change occurs * @returns watcher instance */ export declare function initAppConfigWatcher(root: string): Promise<any[]>;