ohos_electron_hap/electron/hvigorfile.ts
luo d651b04e60
Some checks are pending
HarmonyOS CI/CD Pipeline / build (push) Waiting to run
HarmonyOS CI/CD Pipeline / publish (push) Blocked by required conditions
fix: complete source from ZIP + add hvigor configs + local debug signing
2026-06-09 23:44:44 +08:00

7 lines
234 B
TypeScript

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