0

I've very interested in taking advantage of some of the async mechanisms available in Quart. Larger Flask apps can be laid out in packages, mine are too.

They then require a FLASK_APP environment variable to be set with the name of that package.

Is there an equivalent way to do this with a Quart app? Thanks.

Oliver Shaw
  • 5,235
  • 4
  • 26
  • 35

1 Answers1

1

A few minutes after posting this, I've found it

QUART_APP=your_package
Oliver Shaw
  • 5,235
  • 4
  • 26
  • 35