disable warnings

This commit is contained in:
Isaac 2022-10-05 19:55:52 +01:00
parent 525e752833
commit 52d880a038
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -21,6 +21,8 @@
* @license GNU-GPLv3
*/
/* eslint-disable no-console */
process.env.NODE_ENV ??= 'development'; // make sure NODE_ENV is set
require('dotenv').config(); // load env file