subject-two/entry/build-profile.json5

20 lines
247 B
Plaintext

{
"apiType": 'stageMode',
"buildOption": {
"sourceOption": {
"workers": [
'./src/main/ets/workers/worker.ts'
]
}
},
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}