chore: add typecheck and linting for backend

This commit is contained in:
dec0dOS 2023-10-04 20:02:57 +01:00
parent 70c580474c
commit bdf406f99f
10 changed files with 124 additions and 11 deletions

View file

@ -6,6 +6,7 @@ module.exports = async function () {
return res.data.address;
} catch (err) {
console.error(
// @ts-ignore
"Couldn't connect to the controller on " + err.config.baseURL
);
}