mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Generate app variations with fake list
This commit is contained in:
parent
85254fe0f4
commit
2cca34a689
4 changed files with 119 additions and 40 deletions
|
|
@ -55,7 +55,7 @@ class BuildLists {
|
|||
name: 'app',
|
||||
path: '/static/app-list.json',
|
||||
buildMethod: async () => (await Promise.all([
|
||||
buildFakeList({ totalApps: !isProduction ? 500 : 0 }),
|
||||
!isProduction && buildFakeList(),
|
||||
buildAppList()
|
||||
])).flat(1)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue