mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Changing default Makefile target to start the UI, now that it is functional
This commit is contained in:
parent
99c28731d4
commit
43b0a9dadd
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -1,14 +1,14 @@
|
|||
GO_VERSION=1.13
|
||||
NODE_VERSION=12.14.1
|
||||
|
||||
.PHONY: server
|
||||
server: check_go_env data
|
||||
@reflex -d none -c reflex.conf
|
||||
|
||||
.PHONY: dev
|
||||
dev: check_env data
|
||||
@goreman -f Procfile.dev -b 4533 start
|
||||
|
||||
.PHONY: server
|
||||
server: check_go_env data
|
||||
@reflex -d none -c reflex.conf
|
||||
|
||||
.PHONY: watch
|
||||
watch: check_go_env
|
||||
ginkgo watch -notify ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue