You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preloader::__construct() defaults packagesDir to __DIR__ . "/../../", which assumes the monorepo layout. When installed via Composer (vendor/webisters/autoload) this path is wrong. Detect the vendor layout or require an explicit path.
Preloader::__construct()defaultspackagesDirto__DIR__ . "/../../", which assumes the monorepo layout. When installed via Composer (vendor/webisters/autoload) this path is wrong. Detect the vendor layout or require an explicit path.