mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
Most of the coding style guides ask to remove trailing spaces, also, current .editorconfig has the same config.
15 lines
167 B
JavaScript
15 lines
167 B
JavaScript
module.exports = {
|
|
|
|
apps : [
|
|
|
|
|
|
{
|
|
name : 'Test es6 modules',
|
|
script : 'index.mjs',
|
|
node_args : '--experimental-modules'
|
|
}
|
|
],
|
|
|
|
|
|
};
|