feat: add email ejs template route

This commit is contained in:
Innei
2021-09-11 10:48:39 +08:00
parent 5c0be27773
commit 3861162772
7 changed files with 82 additions and 6 deletions

View File

@@ -1,13 +1,16 @@
module.exports = {
apps: [
{
name: 'mx-server',
script: 'index.js',
name: 'mx-space-server@next',
script: 'dist/src/main.js',
autorestart: true,
exec_mode: 'cluster',
watch: false,
instances: 2,
max_memory_restart: '230M',
env: {
NODE_ENV: 'production',
},
},
],
}