Vmeda.Online/ionic.config.json

12 lines
206 B
JSON
Raw Normal View History

{
"name": "moodlemobile",
"integrations": {
"cordova": {}
},
"type": "angular",
"hooks": {
"build:before": "./scripts/copy-assets.js",
"serve:before": "./scripts/copy-assets.js"
}
}