mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: common: cloudfunc: migrate to ESM
This commit is contained in:
parent
a063353a27
commit
64654e8d5c
19 changed files with 78 additions and 88 deletions
|
|
@ -7,7 +7,7 @@ import {tryToCatch} from 'try-to-catch';
|
|||
import {createSimport} from 'simport';
|
||||
import parse from 'yargs-parser';
|
||||
import exit from '../server/exit.js';
|
||||
import {createConfig, configPath} from '../server/config.js';
|
||||
import {createConfig, configPath} from '../server/config.mjs';
|
||||
import * as env from '../server/env.mjs';
|
||||
import prefixer from '../server/prefixer.js';
|
||||
import * as validate from '../server/validate.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue