mirror of
https://github.com/strapi/strapi.git
synced 2025-09-01 04:42:58 +00:00
Fix admin start fix #1371
This commit is contained in:
parent
fff92ca318
commit
192c2ff1a9
@ -19,6 +19,9 @@ if (!isSetup) {
|
|||||||
await strapi.load({
|
await strapi.load({
|
||||||
environment: process.env.NODE_ENV,
|
environment: process.env.NODE_ENV,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Force exit process if an other process doen't exit during Strapi load.
|
||||||
|
process.exit();
|
||||||
})();
|
})();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user