subject-two/entry/build-profile.json5

20 lines
247 B
Plaintext
Raw Normal View History

2024-01-05 11:11:15 +08:00
{
"apiType": 'stageMode',
"buildOption": {
2024-07-10 14:31:55 +08:00
"sourceOption": {
"workers": [
'./src/main/ets/workers/worker.ts'
]
2024-01-05 11:11:15 +08:00
}
},
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}
2024-07-10 14:31:55 +08:00