mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(madrun) start: js -> mjs
This commit is contained in:
parent
a2586424f9
commit
a91344595c
1 changed files with 1 additions and 1 deletions
|
|
@ -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']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue