mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 05:57:35 +03:00
Replace goreman
with node-foreman
This commit is contained in:
parent
08e9ac63b1
commit
5990a4285f
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -10,7 +10,7 @@ default:
|
||||||
.PHONY: default
|
.PHONY: default
|
||||||
|
|
||||||
dev: check_env
|
dev: check_env
|
||||||
@goreman -f Procfile.dev -b 4533 start
|
npx foreman -j Procfile.dev -p 4533 start
|
||||||
.PHONY: dev
|
.PHONY: dev
|
||||||
|
|
||||||
server: check_go_env
|
server: check_go_env
|
||||||
|
@ -37,7 +37,6 @@ testall: check_go_env test
|
||||||
setup:
|
setup:
|
||||||
@which go-bindata || (echo "Installing BinData" && GO111MODULE=off go get -u github.com/go-bindata/go-bindata/...)
|
@which go-bindata || (echo "Installing BinData" && GO111MODULE=off go get -u github.com/go-bindata/go-bindata/...)
|
||||||
@which reflex || (echo "Installing Reflex" && GO111MODULE=off go get -u github.com/cespare/reflex)
|
@which reflex || (echo "Installing Reflex" && GO111MODULE=off go get -u github.com/cespare/reflex)
|
||||||
@which goreman || (echo "Installing Goreman" && GO111MODULE=off go get -u github.com/mattn/goreman)
|
|
||||||
go mod download
|
go mod download
|
||||||
.PHONY: setup
|
.PHONY: setup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue