Frontmatter
| id | 1906 |
| title | create-app program: apps.json => order the apps chronologically |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 30, 2021, 1:21 PM |
| updatedAt | Apr 30, 2021, 1:34 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1906 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 30, 2021, 1:34 PM |
a bit tricky, since we are using nested objects:
"apps": { "Covid": { "input": "./apps/covid/app.mjs", "mainThreadAddons": "'AmCharts', 'DragDrop', 'MapboxGL', 'Stylesheet'", "output": "/apps/covid/", "themes": "'neo-theme-dark', 'neo-theme-light'", "title": "COVID-19 IN NUMBERS" }, "RealWorld": { "indexPath": "apps/realworld/index.ejs", "input": "./apps/realworld/app.mjs", "mainThreadAddons": "'LocalStorage', 'Markdown'", "output": "/apps/realworld/", "themes": "", "title": "Conduit" } }definitely nicer to not append new apps to the end.