7 lines
315 B
TypeScript
7 lines
315 B
TypeScript
// @ts-nocheck – HarmonyOS template file, only used when copied into a DevEco project
|
||
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. */
|
||
} |