Last active
February 12, 2025 06:40
-
-
Save symball/55ded97d3fc17806c81a3e64c5014ab6 to your computer and use it in GitHub Desktop.
just a small test whilst doing some parsing
This file contains 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
{ | |
"name": "Bare", | |
"ref": "bare", | |
"description": "Placeholder", | |
"version": "0.0.1", | |
"tools": [{ "ref": "nodejs" }], | |
"apps": [ | |
{ | |
"name": "Test app", | |
"ref": "test_app", | |
"description": "Placeheloder app description", | |
"vars": {}, | |
"interfaces": {}, | |
"config": { | |
"environment": [], | |
"source": [], | |
"build": [], | |
"dev": [], | |
"staging": [] | |
}, | |
"health": [] | |
} | |
], | |
"jobs": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment