chore(madrun) start: js -> mjs

This commit is contained in:
coderaiser 2021-01-04 20:45:49 +02:00 committed by GitHub
parent a2586424f9
commit a91344595c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ const env = 'THREAD_IT_COUNT=0';
const dockerName = 'coderaiser/cloudcmd';
export default {
'start': () => 'node bin/cloudcmd.js',
'start': () => 'node bin/cloudcmd.mjs',
'start:dev': async () => `NODE_ENV=development ${await run('start')}`,
'build:start': () => run(['build:client', 'start']),
'build:start:dev': () => run(['build:client:dev', 'start:dev']),