3 lines
71 B
Makefile
3 lines
71 B
Makefile
run:
|
|
bunx concurrently "ENV=dev go run main.go" "cd front && bun dev"
|
run:
|
|
bunx concurrently "ENV=dev go run main.go" "cd front && bun dev"
|