Skip to content

Fix endpoints for local development

Clare Ming requested to merge fix-local-endpoints into main
  • Add back .env file
  • Add baseUrl to vue components
  • Minor fixes

For local development, add a .env.local file with the following environmental variable:

VITE_BASE_URL=http://localhost:8080/

Merge request reports