Files
MailUI4Agents/client/harmony/hvigorfile.ts

8 lines
305 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// @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. */,
};