Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 689ee5a

Browse files
committed
big db refactoring to make it easier to share functionalities for UI
1 parent e1d6df8 commit 689ee5a

File tree

17 files changed

+835
-370
lines changed

17 files changed

+835
-370
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55
@cd cmd && rm -rf staticbackend && go build -o staticbackend
66

77
start: build
8-
@cd cmd && ./staticbackend -host localhost
8+
@./cmd/staticbackend -host localhost
99

1010
deploy:
1111
CGO_ENABLED=0 go build

0 commit comments

Comments
 (0)