back-projet-bUT3/production.config.js

10 lines
128 B
JavaScript
Raw Normal View History

2024-01-28 14:31:51 +01:00
module.exports = {
apps: [
{
name: 'Setup',
script: './dist/index.js',
autorestart: true,
},
],
}