Skip to content

Commit 2f0a267

Browse files
committed
fix make start command
1 parent f9c256e commit 2f0a267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ start: $(REFLEX)
5959
--decoration='none' \
6060
--regex='\.go$$' \
6161
--inverse-regex='^vendor|node_modules|.cache/' \
62-
-- go run $(GO_LDFLAGS) main.go --log-level=$(LEVEL) --static-files ./build --persistence-directory ./sessions
62+
-- go run $(GO_LDFLAGS) main.go --log-level=$(LEVEL) --static-files ./build/client --persistence-directory ./sessions
6363

6464
.PHONY: build
6565
build:

0 commit comments

Comments
 (0)