full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Fix Build and run issues: Polyfill deprecation and flower image start failure

Open kevanpeters opened this issue 3 years ago • 0 comments

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

kevanpeters avatar Dec 27 '21 06:12 kevanpeters