Files
wushu/ohos/entry/hvigorfile.ts
2026-03-30 02:35:31 +08:00

8 lines
341 B
TypeScript

// Script for compiling build behavior. It is built in the build plug-in and cannot be modified currently.
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. */
}