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 ea39d5a commit ee7bd2bCopy full SHA for ee7bd2b
Makefile
@@ -6,7 +6,7 @@ UTC_NOW=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
6
7
.PHONY: back-run-dev
8
back-run-dev:
9
- go run ${CUR_DIR}/main.go --host 0.0.0.0
+ go run ${CUR_DIR}/main.go --host 0.0.0.0 --port 8090
10
11
.PHONY: back-fmt
12
back-fmt:
ui/vite.config.js
@@ -17,7 +17,7 @@ export default defineConfig({
17
server: {
18
proxy: {
19
'/api': {
20
- target: 'http://localhost:5173',
+ target: 'http://localhost:8090',
21
changeOrigin: true,
22
ws: true,
23
},
0 commit comments