4 lines
87 B
Makefile
4 lines
87 B
Makefile
.PHONY: stripe
|
|
|
|
stripe :
|
|
stripe listen --forward-to localhost:4321/api/stripe/webhook
|