14 lines
396 B
TypeScript
14 lines
396 B
TypeScript
/*
|
|
* Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
|
* Use of this source code is governed by a MIT license that can be
|
|
* found in the LICENSE file.
|
|
*
|
|
*/
|
|
|
|
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. */
|
|
}
|