build(devcontainer): 优化 zsh 配置与 pnpm 环境设置
Some checks failed
CI/CD Pipeline / playwright (push) Failing after 1m58s
CI/CD Pipeline / build-and-deploy (push) Has been skipped

This commit is contained in:
严浩
2025-11-09 00:54:55 +08:00
parent 8e148c6408
commit 163af5e80c
5 changed files with 127 additions and 33 deletions

View File

@@ -1,11 +1,16 @@
{
"packageManager": "pnpm@10.18.3",
"packageManager": "pnpm@10.20.0",
"name": "vue-ts-example-2025",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
"devEngines": {
"runtime": {
"name": "node",
"version": "^24.11.0",
"onFail": "download",
"_docs_": "https://pnpm.io/zh/package_json#devenginesruntime"
}
},
"scripts": {
"_all": "run-s lint format:prettier type-check test:unit:DisableWatch build-only",