Skip to content

Several fixes to make life of contributors a tiny bit easier.

HJ requested to merge dev-qol into develop
  • compile-time commit hash stamping to be able determine which commit FE was at time of bundling it into BE.
  • local dev configuration that is not under git index so you don't have to keep stashing your config/index.js just because you don't use local BE
  • option to swap preference of staticConfig (FE one) and apiConfig (BE one).

Merge request reports