8 lines
305 B
TypeScript
8 lines
305 B
TypeScript
// @ts-nocheck – Template file, only used when copied into a project directory
|
||
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. */,
|
||
};
|