const cmd = require('./scripts') process.on('message', async (msg) => { console.log('Message from parent:', msg) await cmd.execCommand(`node --prof LAMASSU_DB=STRESS_TEST ../../bin/lamassu-server`) })