<?php
// ** /wp-content/mu-plugins/typerocket/init.php
define( 'TR_APP_NAMESPACE', 'App' );
define( 'TR_PATH', __DIR__ );

new \TypeRocket\Core\Config( __DIR__ . '/config' );

if ( defined( 'WPINC' ) ) {
	( new \TypeRocket\Core\Launcher() )->initCore();
}