fix backend ESLint
This commit is contained in:
parent
3fc17fd0ee
commit
86a8614ef8
9 changed files with 59 additions and 143 deletions
|
|
@ -13,7 +13,7 @@ async function execBuildAssets() {
|
|||
cwd: '../../',
|
||||
stdout: process.stdout,
|
||||
stderr: process.stderr,
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
function execStart() {
|
||||
|
|
@ -59,5 +59,5 @@ async function killProc() {
|
|||
await execBuildAssets();
|
||||
execStart();
|
||||
}
|
||||
})
|
||||
});
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue