fix(create-medusa-app): remove "Created admin user" message (#12707)
This commit is contained in:
@@ -262,12 +262,6 @@ async function prepareProject({
|
||||
message: "Ran Migrations",
|
||||
})
|
||||
|
||||
// create admin user
|
||||
factBoxOptions.interval = displayFactBox({
|
||||
...factBoxOptions,
|
||||
title: "Creating an admin user...",
|
||||
})
|
||||
|
||||
await processManager.runProcess({
|
||||
process: async () => {
|
||||
const proc = await execute(
|
||||
@@ -283,11 +277,6 @@ async function prepareProject({
|
||||
},
|
||||
})
|
||||
|
||||
factBoxOptions.interval = displayFactBox({
|
||||
...factBoxOptions,
|
||||
message: "Created admin user",
|
||||
})
|
||||
|
||||
// TODO for now we just seed the default data
|
||||
// we should add onboarding seeding again if it makes
|
||||
// since once we re-introduce the onboarding flow.
|
||||
|
||||
Reference in New Issue
Block a user