diff --git a/pyproject.toml b/pyproject.toml index 5d58159..514bac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ default = true shell = """ set -ex poetry install --sync -if ! [[ -e .env ]]; then cp fastapi.env .env; fi +if ! [[ -e .env ]]; then cp dev.env .env; fi """ interpreter = "bash"