@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.
@@ -4044,6 +4044,7 @@ const start = (ReactApp, config, ServerFeatures) => {
4044
4044
  app.on('stop', () => {
4045
4045
  server.close(function () {
4046
4046
  console.info('GoodBye :(');
4047
+ process.exit();
4047
4048
  });
4048
4049
  });
4049
4050
  });