This PR looks to update the endpoints to use an env variable instead of hard-coding the localhost:port url. These are the final changes before deployment on Render. Our frontend will be hosted on Render's free tier.
Changes Made
Updated all localhost endpoints to use an environment variable
Updated vite.config.ts to compile on latest version of javascript, set output directory to /dist
Related Issues
Closes #136.
Summary
This PR looks to update the endpoints to use an env variable instead of hard-coding the localhost:port url. These are the final changes before deployment on Render. Our frontend will be hosted on Render's free tier.
Changes Made
vite.config.ts
to compile on latest version of javascript, set output directory to /distScreenshots
No additional screenshots
Testing Instructions
No additional testing instructions
Special Notes for Your Reviewer(s)
No additional notes