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.

3 lines (2 loc) 219 B
/** Starts the esbuild watcher listening to change event. Additionally It will start the internal watcher to reset the esbuild process on delete and add events */ export declare function initUiWatcher(): Promise<void>;