mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) server: convert to ESM
This commit is contained in:
parent
42e8e255c0
commit
9f4a23e0f1
3 changed files with 19 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue