update
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ WEB_DIR := web
|
|||||||
.PHONY: web-install web-build build test vet check
|
.PHONY: web-install web-build build test vet check
|
||||||
|
|
||||||
web-install:
|
web-install:
|
||||||
cd $(WEB_DIR) && npm ci
|
cd $(WEB_DIR) && npm install
|
||||||
|
|
||||||
web-build:
|
web-build:
|
||||||
cd $(WEB_DIR) && npm run build
|
cd $(WEB_DIR) && npm run build
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ app:
|
|||||||
env: development
|
env: development
|
||||||
server:
|
server:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 8080
|
port: 18090
|
||||||
read_timeout: 10s
|
read_timeout: 10s
|
||||||
write_timeout: 20s
|
write_timeout: 20s
|
||||||
shutdown_timeout: 10s
|
shutdown_timeout: 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user