From 602b567d221894e9c23ffa4c3c9f347f4b4d53a3 Mon Sep 17 00:00:00 2001 From: "Eric 1549169735@qq.com" <1549169735@qq.com> Date: Sat, 8 Aug 2026 21:26:47 +0800 Subject: [PATCH] update --- Makefile | 2 +- configs/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c029a7b..208cd62 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ WEB_DIR := web .PHONY: web-install web-build build test vet check web-install: - cd $(WEB_DIR) && npm ci + cd $(WEB_DIR) && npm install web-build: cd $(WEB_DIR) && npm run build diff --git a/configs/config.yml b/configs/config.yml index 6137067..9eb07f0 100644 --- a/configs/config.yml +++ b/configs/config.yml @@ -3,7 +3,7 @@ app: env: development server: host: 127.0.0.1 - port: 8080 + port: 18090 read_timeout: 10s write_timeout: 20s shutdown_timeout: 10s