Skip to content

Commit

Permalink
fix: update Makefile and sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed May 16, 2024
1 parent 06f95e7 commit f4172da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ $(WEBCONSOLE_FRONTEND): $(WEBCONSOLE_JS_FILES)
yarn install && \
yarn build && \
rm -rf ../public && \
cp -R build ../public
cp -R build ../public

clean:
rm -rf $(GO_BIN_PATH)/$(WEBCONSOLE)
rm -rf public
2 changes: 1 addition & 1 deletion config/webuicfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configuration:
enable: true
hostIPv4: 127.0.0.1
listenPort: 2121
port: 2121
port: 2122
tls:
pem: cert/chf.pem
key: cert/chf.key
Expand Down

0 comments on commit f4172da

Please sign in to comment.