Several fixes to make life of contributors a tiny bit easier.
- 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) andapiConfig
(BE one).