full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Fix Build and run issues: Polyfill deprecation and flower image start failure
From the official polypill documentation https://babeljs.io/docs/en/babel-polyfill. This will fail out at build time
import "core-js/stable";
import "regenerator-runtime/runtime";
Also fix failing flower run in docker compose up with version pin