run prettier

This commit is contained in:
karsten13 2021-07-05 00:40:01 +02:00
parent a7ae79493d
commit 659e1da79d
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
let config = require('./default.js');
let config = require("./default.js");
config.ipWhitelist = [];
/*************** DO NOT EDIT THE LINE BELOW ***************/

View File

@ -4,7 +4,7 @@
* MIT Licensed.
*/
let config = require('./default.js');
let config = require("./default.js");
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {

View File

@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
let config = require('./default.js');
let config = require("./default.js");
config.ipWhitelist = ["x.x.x.x"];
/*************** DO NOT EDIT THE LINE BELOW ***************/

View File

@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
let config = require('./default.js');
let config = require("./default.js");
config.port = 8090;
/*************** DO NOT EDIT THE LINE BELOW ***************/

View File

@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
let config = require('./default.js');
let config = require("./default.js");
delete config.modules;
/*************** DO NOT EDIT THE LINE BELOW ***************/