Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/use envs for endpoint #40

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 20, 2024

  1. Bump version: 0.6.4 → 0.7.0

    mbsantiago authored and johanravn committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    45b30a7 View commit details
    Browse the repository at this point in the history
  2. build(Dockerfile): Add libexpat.so.1 as a system dependency

    Add libexpat.so.1 as a system dependency as it is required by rasterio
    johanravn committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    4929adb View commit details
    Browse the repository at this point in the history
  3. refactor: Use environment variables for backend endpoint

    Instead of hardcoding in backend endpoints in the front-end use environemnt variables setup suggest by next.js. Makes it easier to switch endpoints on-the-fly in dev, test prod
    johanravn committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f62c254 View commit details
    Browse the repository at this point in the history
  4. style(common.ts): Linting

    johanravn committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    571dcf6 View commit details
    Browse the repository at this point in the history