This is a small follow-up to the i18n work. It fixes up build and serve configurations so that serving the project in development by default just runs without localisation (rather than with an array of languages, causing errors!). I used to just manually switch the array to false locally but that was obviously absurd and so finally this is a fix to set up the configurations properly.
This is a small follow-up to the i18n work. It fixes up
build
andserve
configurations so that serving the project in development by default just runs without localisation (rather than with an array of languages, causing errors!). I used to just manually switch the array tofalse
locally but that was obviously absurd and so finally this is a fix to set up the configurations properly.