Files
FastapiAdmin/frontend/app/pnpm-workspace.yaml
T
zhangtao 50eac1872b chore: 初始化项目基础结构与配置
添加了nvm配置、静态资源、项目配置文件、工具类、api模块、状态管理、国际化、路由配置等基础代码,搭建了uniapp前端项目的初始框架。
2026-08-10 22:23:32 +08:00

23 lines
934 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 单包项目,无子包;必须声明 packages,否则 pnpm 报 "packages field missing or empty"
packages: []
# pnpm 11.5+ 的 build 白名单(map 形式,取代旧 onlyBuiltDependencies 数组)
allowBuilds:
'@parcel/watcher': true
'@uni-helper/unocss-preset-uni': true
core-js: true
core-js-pure: true
esbuild: true
vue-demi: true
# pnpm 11+ 配置中心(.npmrc 仅保留 auth/registrypackage.json 的 pnpm 字段已废弃)
# 从 package.json#pnpm 与 .npmrc 迁移而来,勿改回旧位置
# 依赖版本覆盖(原 package.json#pnpm.overrides
overrides:
# vue-i18n@9.14.5 的 core-base/message-compiler 依赖需要 9.14.5 的 @intlify/*
# 但公共提升区混有 uni 工具链内置的 9.1.9,H5 按 symlink 路径解析会命中旧版(缺 join/CompileWarnCodes 等导出),统一版本解决
'@intlify/message-compiler': 9.14.5
'@intlify/shared': 9.14.5
unconfig: 7.3.2