mirror of
https://github.com/KevinMidboe/planetposen-mail.git
synced 2026-01-21 00:35:45 +00:00
Preview command for serving preview of order confirmation template
This commit is contained in:
5
Makefile
5
Makefile
@@ -20,6 +20,11 @@ server:
|
||||
export GO111MODULE="on"; \
|
||||
go run -race cmd/server/main.go
|
||||
|
||||
## preview: runs preview of mail template
|
||||
preview:
|
||||
export GO111MODULE="on"; \
|
||||
go run cmd/preview/main.go
|
||||
|
||||
## modd: Monitors the directory, and recompiles your app every time a file changes. Also runs tests.
|
||||
## (To install modd, run: go get github.com/cortesi/modd/cmd/modd)
|
||||
modd:
|
||||
|
||||
Reference in New Issue
Block a user