Bug in AlgoKit Regarding Environment Setup

I’m running into a bug in AlgoKit.

/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/beaker/sandbox/__init__.py:14: UserWarning: beaker.sandbox is being deprecated, use beaker.localnet instead
  warn("beaker.sandbox is being deprecated, use beaker.localnet instead")

So, one problem is that AlgoKit asks you at the beginning of development if you want to build with sandbox, starter, or production. This convolutes development, which was traditionally either done on TestNet or MainNet. The problem is this makes an even great issue, where now developers have an additional level of abstraction to manage across the dApp flow platform.

Is there a good way to streamline development on MainNet?
Is there a good way to streamline development on TestNet?