| { | |
| "root": "public", | |
| "name": "goodbye world test", | |
| "routes": [ | |
| { | |
| "label": "Goodbye World Component 1", | |
| "route": "hello", | |
| "component": "./goodbyeWorldOne.jsx", | |
| "path": "", | |
| "type": "internal" | |
| },{ | |
| "label": "Goodbye World Component 2", | |
| "route": "goodbye", | |
| "component": "./goodbyeWorldTwo.jsx", | |
| "path": "", | |
| "type": "internal" | |
| }] | |
| } |