Created
October 18, 2019 09:02
-
-
Save saimon24/04e2d5c4f118e49c92d57d9d4d5b7c5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"projects": { | |
"appOne": { | |
"name": "appOne", | |
"integrations": { | |
"cordova": {} | |
}, | |
"type": "angular", | |
"root": "projects/appOne" | |
}, | |
"appTwo": { | |
"name": "app", | |
"integrations": {}, | |
"type": "angular", | |
"root": "projects/appTwo" | |
} | |
}, | |
"integrations": { | |
"cordova": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment