mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Seed more profiles
This commit is contained in:
@@ -60,9 +60,9 @@ type ProfileType = 'basic' | 'medium' | 'full'
|
||||
|
||||
//Edit the count seedConfig to specify the amount of each profiles to create
|
||||
const seedConfig = [
|
||||
{count: 1, profileType: 'basic' as ProfileType},
|
||||
{count: 1, profileType: 'medium' as ProfileType},
|
||||
{count: 1, profileType: 'full' as ProfileType},
|
||||
{count: 8, profileType: 'basic' as ProfileType},
|
||||
{count: 8, profileType: 'medium' as ProfileType},
|
||||
{count: 8, profileType: 'full' as ProfileType},
|
||||
]
|
||||
|
||||
for (const {count, profileType} of seedConfig) {
|
||||
|
||||
Reference in New Issue
Block a user