fix: config
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 57s

This commit is contained in:
luo
2026-07-29 11:13:54 +08:00
parent e85d54683f
commit 181ba47375
2 changed files with 1 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ RUN apk add --no-cache git
COPY . .
# 使用 development 环境构建 H5
RUN pnpm run build:h5 --mode development
RUN pnpm run build:h5 --mode default
# ================================
# 阶段 2: 运行阶段

View File

@@ -11,8 +11,6 @@ declare module 'vue' {
AgentFundSummaryCard: typeof import('./../src/components/AgentFundSummaryCard.vue')['default']
AgreePrivacy: typeof import('./../src/components/agree-privacy/index.vue')['default']
LangSelect: typeof import('./../src/components/lang-select/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ShopCascadePicker: typeof import('./../src/components/ShopCascadePicker.vue')['default']
SimplePicker: typeof import('./../src/components/SimplePicker.vue')['default']
Skeleton: typeof import('./../src/components/Skeleton.vue')['default']