Merge branch 'develop'

This commit is contained in:
Alice Gaudon 2021-04-21 13:58:23 +02:00
commit e8ab4527f7
3 changed files with 355 additions and 428 deletions

View File

@ -1,6 +1,6 @@
{
"name": "swaf",
"version": "0.23.7",
"version": "0.23.8",
"description": "Structure Web Application Framework.",
"repository": "https://eternae.ink/ashpie/swaf",
"author": "Alice Gaudon <alice@gaudon.pro>",

View File

@ -86,6 +86,7 @@ export default abstract class Application implements Extendable<ApplicationCompo
process.once('SIGINT', exitHandler);
process.once('SIGUSR1', exitHandler);
process.once('SIGUSR2', exitHandler);
process.once('SIGTERM', exitHandler);
process.once('uncaughtException', exitHandler);
// Register migrations

780
yarn.lock

File diff suppressed because it is too large Load Diff