README
Graceful shutdown application services
init([
mysqlPool,
nextServer,
httpServer,
]).catch(console.error);
Graceful shutdown application services
<script type="module">
import amokrushinAppInit from 'https://cdn.skypack.dev/@amokrushin/app-init';
</script>
Graceful shutdown application services
init([
mysqlPool,
nextServer,
httpServer,
]).catch(console.error);