Skip to content

Commit 6aeea18

Browse files
chore(dev): update Makefile to support both original and modular app
1 parent 7c207ec commit 6aeea18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ install:
2121

2222
# Run application
2323
run:
24+
poetry run python main.py
25+
26+
# Run modular app (when available)
27+
run-modular:
2428
poetry run python app.py
2529

2630
# Run tests

0 commit comments

Comments
 (0)