This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex_bi_series-sherpa-onnx/harmony-os/SherpaOnnxHar/sherpa_onnx/hvigorfile.ts
2024-11-28 17:30:16 +08:00

7 lines
234 B
TypeScript

import { harTasks } from '@ohos/hvigor-ohos-plugin';
export default {
system: harTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
plugins:[] /* Custom plugin to extend the functionality of Hvigor. */
}