chore: lint

This commit is contained in:
coderaiser 2023-08-07 17:40:25 +03:00
parent 13279299c4
commit 24dcf78be8
16 changed files with 25 additions and 26 deletions

View file

@ -24,7 +24,7 @@ const simport = createSimport(import.meta.url);
const choose = (a, b) => {
if (a === undefined)
return b;
return a;
};
@ -37,7 +37,7 @@ const DIR_SERVER = '../server/';
const maybeRoot = (a) => {
if (a === '.')
return process.cwd();
return a;
};