mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
refactor: 重构代码结构和优化配置 docs: 更新文档和注释内容 build: 更新构建配置和依赖项 ci: 更新CI配置和工作流 chore: 更新杂项配置和脚本 fix: 修复已知问题和错误 style: 优化代码格式和样式 perf: 优化性能和提升执行效率 test: 更新测试用例和配置
8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
# registry = https://registry.npmjs.org
|
|
registry = https://registry.npmmirror.com
|
|
|
|
strict-peer-dependencies=false
|
|
auto-install-peers=true
|
|
shamefully-hoist=true
|
|
ignore-workspace-root-check=true
|
|
install-workspace-root=true |