Skip to content

Commit ee7bd2b

Browse files
committed
fix dev setup
1 parent ea39d5a commit ee7bd2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ UTC_NOW=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
66

77
.PHONY: back-run-dev
88
back-run-dev:
9-
go run ${CUR_DIR}/main.go --host 0.0.0.0
9+
go run ${CUR_DIR}/main.go --host 0.0.0.0 --port 8090
1010

1111
.PHONY: back-fmt
1212
back-fmt:

ui/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
server: {
1818
proxy: {
1919
'/api': {
20-
target: 'http://localhost:5173',
20+
target: 'http://localhost:8090',
2121
changeOrigin: true,
2222
ws: true,
2323
},

0 commit comments

Comments
 (0)