orrison
Issue with deployments after adding viteTheme() to Panel
It is not. It is during a fresh deployment with a tool like Deployer or Laravel Envoyer. Or really during any fresh setup of the application.
This is due to
viteTheme()
looking for the Vite manifest file. I have solved for this by changing my deployment process to work like this:
With my composer.json
scripts looking like:
To keep local functionality the same, but avoid this issue during deployments4 replies