home page
This commit is contained in:
parent
0602391977
commit
ebfb0c6c87
10 changed files with 73 additions and 34 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ clean: ## Remove the bin directory and clean up generated files
|
|||
rm -rf $(BIN_DIR)
|
||||
|
||||
lem: ## Open Lem with TailwindCSS server
|
||||
@echo "Starting make watch in background..."
|
||||
@echo "Starting TailwindCSS server in background..."
|
||||
@make watch > /dev/null 2>&1 & \
|
||||
WATCH_PID=$$!; \
|
||||
trap "kill $$WATCH_PID" SIGINT SIGTERM EXIT; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue