Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
feature: run-app entrypoint
Browse files Browse the repository at this point in the history
With starlite-saqlalchemy installed, calling `run-app` will execute
`starlite_saqlalchemy.scripts.run_app()`.

Closes #243
  • Loading branch information
peterschutt committed Jan 16, 2023
1 parent 6c07154 commit b9ffd5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ uvloop = "*"
[tool.poetry.plugins."pytest11"]
pytest_starlite_saqlalchemy = "pytest_starlite_saqlalchemy"

[tool.poetry.plugins."console_scripts"]
run-app = "starlite_saqlalchemy.scripts:run_app"

[tool.poetry.urls]
GitHub = "https://github.com/topsport-com-au"
Bugs = "https://github.com/topsport-com-au/starlite-saqlalchemy/issues"
Expand Down

0 comments on commit b9ffd5a

Please sign in to comment.