back-projet-bUT3/production.config.js
2024-03-07 11:45:33 +01:00

10 lines
128 B
JavaScript

module.exports = {
apps: [
{
name: 'Setup',
script: './dist/index.js',
autorestart: true,
},
],
}