mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 04:03:50 +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({
|
||||
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