We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c256e commit 2f0a267Copy full SHA for 2f0a267
Makefile
@@ -59,7 +59,7 @@ start: $(REFLEX)
59
--decoration='none' \
60
--regex='\.go$$' \
61
--inverse-regex='^vendor|node_modules|.cache/' \
62
- -- 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
63
64
.PHONY: build
65
build:
0 commit comments