davidapple
Development vs Build variables - using Vite
I have a SolidJS site working nicely. In the Vite development environment I have a variable called "server"...
but when I want to build it using "npm run build" this variable need to change...
Is there an easy way to set this up to happen automatically, so that I don't need to manually change this variable every time I want to build
3 replies