Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Jan 3, 2025
1 parent 3dff705 commit 362f18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/local_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ PORT=${1:-8000}
# Start the API server, reloading the server with the source code changes.
# Also specify the app directory to run the server based off the source code
# and not whats been installed into the virtual environment.
uvicorn recordlinker.main:app --reload --app-dir src/ --reload-dir src/ --port ${PORT}
uvicorn recordlinker.main:app --app-dir src/ --reload --reload-dir src/ --port ${PORT}

0 comments on commit 362f18f

Please sign in to comment.