Peter Reshetin
Peter Reshetin
Hi there, I'd like to take this one. The solution I see is to loop through stack functions. In case we have at least one function with Node.js runtime then...
Hi there, I'd like to take this one. Two facts: - CRA already comes with [`.env` file support](https://create-react-app.dev/docs/adding-custom-environment-variables/). Once we put it in web app root dir, React scripts will...
As per third approach, an .env file can look like this: ``` # {= Server TEST_ENV_VAR="I am test" DATABASE_URL=postgresql://postgres:devpass1234@localhost:5432/postgres PORT=4041 # =} # {= Client REACT_APP_API_URL=http://localhost:4041 PORT=4040 # =} ```...
Thanks @shayneczyzewski and @Martinsos for sharing this. Looks like we have consensus on (1) approach. I feel like I'm ready to prepare a PR implementing this. Some thoughts on the...
Hi @shayneczyzewski and @Martinsos - can some one review this? It still misses some doc and example updates. I added reminders on those to the TODO in the description.
Thanks @shayneczyzewski and @Martinsos for reviewing this 🙇♂️ My Haskell skills are miserable so even tiny refactoring may take huge amount of time. I wanted to learn Haskell when I...
> * Were you able to find anything in CRA that would allow us to change that `REACT_APP_` envar prefix? @shayneczyzewski CRA does not support changing / removing this prefix,...
Thanks @Martinsos and @shayneczyzewski for your feedback. I removed duplication thanks to Shayne's chunks of code. Hoping someone will review it once again
For now the only thing left is updating the documentation. If the rest is fine I can proceed with that. Hoping it won't take much time
Thanks @Martinsos for the review. Sure I can do those adjustments and also update the docs. Hoping it will be within a day or two