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.

5 lines (4 loc) 195 B
import { type MigrationFunction } from '@dynatrace/devkit'; /** A migration that renames app.config.ts to app.config.cts */ declare const migration: MigrationFunction; export default migration;