pm2/test/fixtures/mjs/ecosystem.config.js
Peter Dave Hello 5c11598326 fix: remove trailing spaces
Most of the coding style guides ask to remove trailing spaces, also,
current .editorconfig has the same config.
2018-07-02 20:34:28 +08:00

15 lines
167 B
JavaScript

module.exports = {
apps : [
{
name : 'Test es6 modules',
script : 'index.mjs',
node_args : '--experimental-modules'
}
],
};