fix(create-medusa-app): remove "Created admin user" message (#12707)
This commit is contained in:
5
.changeset/honest-snails-swim.md
Normal file
5
.changeset/honest-snails-swim.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-medusa-app": patch
|
||||
---
|
||||
|
||||
fix(create-medusa-app): remove "Created admin user" message
|
||||
@@ -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