feature(cloudcmd) server: convert to ESM

This commit is contained in:
coderaiser 2022-06-17 15:33:48 +03:00
parent 42e8e255c0
commit 9f4a23e0f1
3 changed files with 19 additions and 22 deletions

View file

@ -269,7 +269,7 @@ function version() {
}
async function start(options, config) {
const SERVER = DIR_SERVER + 'server.js';
const SERVER = DIR_SERVER + 'server.mjs';
if (!args.server)
return;