This repository has been archived on 2023-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
harmony4-template/hvigorfile.ts
2023-09-24 23:19:23 +08:00

7 lines
234 B
TypeScript

import { appTasks } from '@ohos/hvigor-ohos-plugin';
export default {
system: appTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
plugins:[] /* Custom plugin to extend the functionality of Hvigor. */
}