Skip to content

Commit

Permalink
Rename src -> flask-src
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersGlass committed Apr 10, 2024
1 parent 6aede4f commit 6a117e7
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ setup:
$(python) -m pip install -r requirements.txt

serve:
cd src && \
cd flask-src && \
$(python) -m flask --app app run

debug:
cd src && \
cd flask-src && \
$(python) -m flask --app app run --debug

0 comments on commit 6a117e7

Please sign in to comment.