Skip to content

Commit 4d440b6

Browse files
committed
move backend codes
1 parent 1711f33 commit 4d440b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+83
-108
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ ci-test-docker: docker-compose-lint ## run CI test for Docker
103103
# ---
104104
.PHONY: backend
105105
backend: ## run backend
106-
poetry run python main.py backend --reload
106+
cd backend \
107+
&& poetry run python main.py backend --reload
107108

108109
.PHONY: frontend
109110
frontend: ## run frontend
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.
File renamed without changes.

0 commit comments

Comments
 (0)