auto-reload
This commit is contained in:
8
Makefile
8
Makefile
@@ -20,9 +20,13 @@ enums:
|
||||
ids:
|
||||
go generate models/ids.go
|
||||
|
||||
run: build
|
||||
run-systemd: build
|
||||
mkdir -p .run-data
|
||||
sudo BUNNY_LIVERELOAD="$(shell pwd)/webassets" CONF_NS="local-host" _build/bunny_backend
|
||||
CONF_NS="production" _build/bunny_backend
|
||||
|
||||
run-test: build
|
||||
mkdir -p .run-data
|
||||
sudo BUNNY_LIVERELOAD="$(shell pwd)/webassets" BUNNY_PORT="4004" CONF_NS="local-host" _build/bunny_backend
|
||||
|
||||
gow:
|
||||
# go install github.com/mitranim/gow@latest
|
||||
|
Reference in New Issue
Block a user