|
@@ -31,7 +31,8 @@ start-frontend:
|
|
|
# Run the app
|
|
# Run the app
|
|
|
run:
|
|
run:
|
|
|
@echo "Running the app..."
|
|
@echo "Running the app..."
|
|
|
- @rm logs/pipe
|
|
|
|
|
|
|
+ @mkdir -p logs
|
|
|
|
|
+ @rm -f logs/pipe
|
|
|
@mkfifo logs/pipe
|
|
@mkfifo logs/pipe
|
|
|
@cat logs/pipe | (make start-backend) &
|
|
@cat logs/pipe | (make start-backend) &
|
|
|
@echo 'test' | tee logs/pipe | (make start-frontend)
|
|
@echo 'test' | tee logs/pipe | (make start-frontend)
|