test
This commit is contained in:
@@ -62,9 +62,9 @@ declare -A FE_CMD=(
|
||||
[pc]="yarn dev:web"
|
||||
[meetingh5]="npm run dev"
|
||||
[h5]="npm run dev"
|
||||
[cms]="pnpm exec max dev --host 0.0.0.0 --port 8001"
|
||||
[build-cms]="pnpm exec max dev --host 0.0.0.0 --port 8002"
|
||||
[build-down]="npx umi dev --host 0.0.0.0 --port 8003"
|
||||
[cms]="./node_modules/.bin/max dev --host 0.0.0.0 --port 8001"
|
||||
[build-cms]="./node_modules/.bin/max dev --host 0.0.0.0 --port 8002"
|
||||
[build-down]="./node_modules/.bin/umi dev --host 0.0.0.0 --port 8003"
|
||||
)
|
||||
|
||||
# cms/build-cms/build-down 不配置端口时默认都是 8000,需手动指定
|
||||
|
||||
Reference in New Issue
Block a user