cdegrel
Explore posts from serversMultiple build
Hi,
Currently I have a SolidStart application with two different builds, one for
SSR
renderer hosted on Vercel and another for Static
renderer to build an app with Capacitor.
I would like to know what would be the best approach through an npm
script to build either application, knowing that I have environment variables that differ.
Should I create two app.config files or pass variables in config?
Thank you in advance for your help, I am not much closer to being able to deploy7 replies