Skip to content

Conversation

@LoTerence
Copy link
Member

@LoTerence LoTerence commented Feb 25, 2025

Changes

Key feature:

  • vite dev server can now proxy api requests to the django dev server

Other changes

  • fixed eslint errors: import.meta.env ts error and cookiebanner props.children not being used

Note

All devs need to add django to their dev.env files, so that docker can proxy frontend requests to the django server container:

DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1] django

This only needs to be done in the dev environment.

@LoTerence LoTerence merged commit a34e2ad into develop Feb 25, 2025
@LoTerence LoTerence deleted the feat/proxy-api branch February 25, 2025 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants