selfservice forgotten mails feature/154-selfservice_forgotten #155

Merged
niggl merged 18 commits from feature/154-selfservice_forgotten into dev 2021-03-06 13:22:19 +00:00
Showing only changes of commit c01233b4d6 - Show all commits

View File

@ -20,6 +20,9 @@ const app = createExpressServer({
async function main() {
await loaders(app);
if (config.testing) {
consola.info("🛠[config]: Discovered testing env. Mailing errors will get ignored!")
}
app.listen(config.internal_port, () => {
consola.success(
`⚡️[server]: Server is running at http://localhost:${config.internal_port}`