I was wondering if I can deploy my APIs without Filament and create another deployment for Filament only.
In simpler terms, we have 1 code base that serves both APIs and Filament where they share the same models.
I would like to achieve
admin.mywebsite.com
admin.mywebsite.com
and
api.website.com
api.website.com
subdomains with the same code base but with smaller bundle to make sure my service providers doesn't (Laravel's and Filament's) doesn't affect the application boot.