ManoManoTech / homer

Homer is a Slack bot intended to help you to easily share and follow Gitlab merge requests.
MIT License
29 stars 10 forks source link

fix: yarn start #36

Closed fleboulch closed 3 months ago

fleboulch commented 3 months ago

The command yarn start is broken since last commit. This MR is fixing this issue for the development mode

Here is the details about the issue

ERROR (43528):
    message: "Environment variable API_BASE_PATH not found"
cicoub13 commented 3 months ago

Thanks for the catch. Can you put the line first (to respect alphabetical order) ?

fleboulch commented 3 months ago

Fixed :)

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.63%. Comparing base (793053d) to head (c148473).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #36 +/- ## ======================================= Coverage 75.63% 75.63% ======================================= Files 93 93 Lines 1884 1884 Branches 365 362 -3 ======================================= Hits 1425 1425 Misses 450 450 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.