mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
3cd1d67e58
commit
b4f279d07c
2 changed files with 8 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
import {run, cutEnv} from 'madrun';
|
||||
import {
|
||||
run,
|
||||
cutEnv,
|
||||
} from 'madrun';
|
||||
|
||||
const testEnv = {
|
||||
THREAD_IT_COUNT: 0,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@ import tryToCatch from 'try-to-catch';
|
|||
import {createSimport} from 'simport';
|
||||
|
||||
import exit from '../server/exit.js';
|
||||
import {createConfig, configPath} from '../server/config.js';
|
||||
import {
|
||||
createConfig,
|
||||
configPath,
|
||||
} from '../server/config.js';
|
||||
|
||||
const config = createConfig({
|
||||
configPath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue