diff --git a/processes.config.js b/processes.config.js index 5e3a336..d38bbda 100644 --- a/processes.config.js +++ b/processes.config.js @@ -1,14 +1,16 @@ -module.exports = [{ - script: './dist/index.js', - name: 'host_my_shit', - time: true, - source_map_support: true, - watch: false, - autorestart: true, - error_file: './logs/err.log', - out_file: './logs/out.log', - log_file: './logs/combined.log', - env: { - NODE_ENV: "production" - } -}]; +module.exports = [ + { + script: "./dist/index.js", + name: "waifu_valt", + time: true, + source_map_support: true, + watch: false, + autorestart: true, + error_file: "./logs/err.log", + out_file: "./logs/out.log", + log_file: "./logs/combined.log", + env: { + NODE_ENV: "production", + }, + }, +];