chore(feature-flags): Remove OrderEditing feature flag (#3006)
This commit is contained in:
committed by
GitHub
parent
d2c692aa96
commit
9e3beaf531
@@ -18,9 +18,11 @@ const startServerWithEnvironment = async ({
|
||||
cwd,
|
||||
})
|
||||
|
||||
Object.entries(env).forEach(([key]) => {
|
||||
delete process.env[key]
|
||||
})
|
||||
if (env) {
|
||||
Object.entries(env).forEach(([key]) => {
|
||||
delete process.env[key]
|
||||
})
|
||||
}
|
||||
|
||||
const medusaProcess = await setupServer({
|
||||
cwd,
|
||||
|
||||
Reference in New Issue
Block a user