require('dotenv').config({quiet:true});
require("./core/server.js");
require("./core/static.js");
require("./controllers/auth.js");