diff --git a/index.js b/index.js index 2366d64..9261107 100644 --- a/index.js +++ b/index.js @@ -145,5 +145,6 @@ app.use((error, req, res, next) => { }); app.listen(port, () => { + creator.ensureInit(); console.log(`Listening at http://localhost:${port}`); });