Fetch formula status for homebrew

This commit is contained in:
Sam Carlton 2020-11-27 23:07:46 -06:00
parent 6338bff01c
commit ec7a4eebff
7 changed files with 273 additions and 20 deletions

View file

@ -45,9 +45,11 @@ import { byTimeThenNull } from '~/helpers/sort-list.js'
import appList from '~/static/app-list.json'
import gamelist from '~/static/game-list.json'
import homebrewList from '~/static/homebrew-list.json'
const allList = [
...appList.sort(byTimeThenNull),
...homebrewList,
...gamelist,
]