fix: 添加 destr 依赖并提交 nginx.conf 修复 Docker 构建
Some checks failed
构建并部署前端到测试环境 / build-and-deploy (push) Failing after 37s
Some checks failed
构建并部署前端到测试环境 / build-and-deploy (push) Failing after 37s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -88,6 +88,7 @@
|
|||||||
"dayjs": "^1.11.19",
|
"dayjs": "^1.11.19",
|
||||||
"pinia": "2.2.4",
|
"pinia": "2.2.4",
|
||||||
"pinia-plugin-persistedstate": "4.1.3",
|
"pinia-plugin-persistedstate": "4.1.3",
|
||||||
|
"destr": "^2.0.5",
|
||||||
"uview-plus": "^3.7.13",
|
"uview-plus": "^3.7.13",
|
||||||
"vue": "3.4.21",
|
"vue": "3.4.21",
|
||||||
"vue-i18n": "9.1.9",
|
"vue-i18n": "9.1.9",
|
||||||
|
|||||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -62,6 +62,9 @@ importers:
|
|||||||
dayjs:
|
dayjs:
|
||||||
specifier: ^1.11.19
|
specifier: ^1.11.19
|
||||||
version: 1.11.19
|
version: 1.11.19
|
||||||
|
destr:
|
||||||
|
specifier: ^2.0.5
|
||||||
|
version: 2.0.5
|
||||||
pinia:
|
pinia:
|
||||||
specifier: 2.2.4
|
specifier: 2.2.4
|
||||||
version: 2.2.4(typescript@5.8.3)(vue@3.4.21(typescript@5.8.3))
|
version: 2.2.4(typescript@5.8.3)(vue@3.4.21(typescript@5.8.3))
|
||||||
|
|||||||
Reference in New Issue
Block a user