mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 23:43:57 +00:00
b7e758bf24
* chore: add typescript and dependencies * refactor: remove react imports * refactor: fix entrypoint * chore: upgrade chakra and deps * chore: configure eslint
7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
module.exports = {
|
|
stats: {
|
|
logging: 'errors',
|
|
errors: false,
|
|
},
|
|
};
|