4 lines
90 B
Makefile
4 lines
90 B
Makefile
run:
|
|
bunx concurrently "bun run tailwindcss -w -m -o static/css/main.css" "hugo server"
|
|
|