I apologize if I need a refresher since I just got back from vacation. Assume that I deploy the API to an EC2 instance and deploy the WebLit in S3. Where do I set the settings for WebLit URL calls?
Edit: I'm assuming when I call Remoting.createApi() that I set withBaseUrl and just pass in different vite.config.js when building depending on which environment?
I apologize if I need a refresher since I just got back from vacation. Assume that I deploy the API to an EC2 instance and deploy the WebLit in S3. Where do I set the settings for WebLit URL calls?
Edit: I'm assuming when I call
Remoting.createApi()that I setwithBaseUrland just pass in different vite.config.js when building depending on which environment?