@ -3,8 +3,10 @@ require __DIR__ . "/vendor/autoload.php";
use Steampixel\Route;
// LOAD DOTENV
if (file_exists(__DIR__ . '/.env')) {
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__);
$dotenv->load();
}
// -- HELPERS -- //
function getSubdir(): string {