diff options
| author | f0xx <a.afanasieff@gmail.com> | 2021-05-11 13:14:33 +0300 |
|---|---|---|
| committer | f0xx <a.afanasieff@gmail.com> | 2021-05-11 13:14:33 +0300 |
| commit | ce92a52f72779867740cb5fa903c17d09a08872e (patch) | |
| tree | cf811709517a01f1a915b933a73ae073101fdb67 /ionic.config.json | |
| parent | 7caf61ead56dcf42eb901e26312aea6c7d84a0aa (diff) | |
foxx snapshotf0xx_changes
Diffstat (limited to 'ionic.config.json')
| -rw-r--r-- | ionic.config.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ionic.config.json b/ionic.config.json index c94d7331..db4bcaf1 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -1,7 +1,8 @@ { "name": "zmNinja", "integrations": { - "cordova": {} + "cordova": {}, + "gulp": {} }, "type": "ionic1", "proxies": [ @@ -26,5 +27,6 @@ "www/**/*", "!www/lib/**/*", "!www/**/*.map" - ] + ], + "app_id": "" } |
