Skip to content

Commit

Permalink
fix make start command
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiht committed Dec 6, 2023
1 parent f9c256e commit 2f0a267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ start: $(REFLEX)
--decoration='none' \
--regex='\.go$$' \
--inverse-regex='^vendor|node_modules|.cache/' \
-- go run $(GO_LDFLAGS) main.go --log-level=$(LEVEL) --static-files ./build --persistence-directory ./sessions
-- go run $(GO_LDFLAGS) main.go --log-level=$(LEVEL) --static-files ./build/client --persistence-directory ./sessions

.PHONY: build
build:
Expand Down

0 comments on commit 2f0a267

Please sign in to comment.