aboutsummaryrefslogtreecommitdiffstats
path: root/support/openharmony/entry/hvigorfile.ts
blob: c6edcd90486dd5a853cf7d34c8647f08414ca7a3 (plain) (blame)
1
2
3
4
5
6
import { hapTasks } from '@ohos/hvigor-ohos-plugin';

export default {
    system: hapTasks,  /* Built-in plugin of Hvigor. It cannot be modified. */
    plugins:[]         /* Custom plugin to extend the functionality of Hvigor. */
}