Vlad Chernikov
Vlad Chernikov
does it work another way with lets say ubuntu based image?
Another quick solution (any shell command in a template could break everything) package.json: ```json "prebuild": "eval \"echo \\\"$(cat src/environments/environment.ts.template)\\\"\" > src/environments/environment.ts", ``` environment.ts.template: ```json export const environment = { production:...
this does not looks right... https://github.com/t49tran/react-google-recaptcha-v3/blob/master/src/google-recaptcha-provider.tsx#L104