.env variables with Vite and PHPDeployer
I’m using PHP deployer to deploy my React + Laravel app.
Monolith project Laravel & React using Vite has very slow and synchronius requests
By for now I develop monolith project. The main problem is that requests take a lot of time and they executes not in async mode.