I have a kind of weird bug which is probably some misconfiguration on my side. When running my Tanstack Start app the memory usage grows over time until it exceeds the limit, crashes and then restarts ...
git clone https://github.com/CarterPerez-dev/fullstack-template.git my-project cd my-project rm -rf .git && git init Complete backend architecture including FastAPI ...