Alejandro Capra
Caddy proxy connection refused
Fun fact: I had to use
in the packagejson in the backend
"build": "rm -rf ./dist && tsc || true",
and in the frontend
"build": "react-scripts build || true",
Why would the build stop if it had errors, even if my tsconfig was:
27 replies