Skip to content

Commit

Permalink
feat: set appType as RESOUCE
Browse files Browse the repository at this point in the history
  • Loading branch information
AlziraXerinda committed Sep 20, 2024
1 parent 4afe6bd commit 9fc64d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"description": "",
"license": "BSD-3-Clause",
"private": true,
"manifest.webapp": {
"name": "SEMIS-Performance",
"description": "",
"launch_path": "index.html",
"appType": "RESOURCE",
"activities": {
"dhis": {
"href": "*"
}
}
},
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start --proxy https://emis.dhis2.org/startracker",
Expand Down

0 comments on commit 9fc64d7

Please sign in to comment.