mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 13:01:46 -07:00
chore: add typecheck and linting for backend
This commit is contained in:
parent
70c580474c
commit
bdf406f99f
10 changed files with 124 additions and 11 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue