@zengenti/contensis-react-base 3.0.2-beta.27 → 3.0.2-beta.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4027,6 +4027,7 @@ const start = (ReactApp, config, ServerFeatures) => {
4027
4027
  app.on('stop', () => {
4028
4028
  server.close(function () {
4029
4029
  console.info('GoodBye :(');
4030
+ process.exit();
4030
4031
  });
4031
4032
  });
4032
4033
  });