admin.xpcool.com/.npmrc
夏犀麟 b585603d58
Some checks failed
Build and Deploy (admin.xpcool.com) / build-and-deploy (push) Failing after 4s
feat(notice): 通知历史记录页面增强筛选与详情
新增通知历史记录多维筛选(关键字/分组/类型/事件/渠道/接收人/状态/时间/排序)、统计概览、详情抽屉、批量删除与按天数清空,并补充通知字典选项接口与常量兜底。
2026-09-15 00:25:48 +08:00

11 lines
686 B
Plaintext
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.

registry=https://registry.npmmirror.com
# Windows 无管理员/开发者模式时pnpm 默认 symlink 会失败hoisted 扁平化安装最稳
node-linker=hoisted
# 关键store 与项目同盘E 盘),避免跨卷 copy走同卷硬链接快 + 无需管理员权限)
store-dir=E:\.pnpm-store
# pnpm 11.16.0 强依赖内置模块 node:sqliteNode < 23.4 必须带 --experimental-sqlite 启动,
# 否则 pnpm 自身都起不来ERR_UNKNOWN_BUILTIN_MODULE
# 注意:.npmrc 的 node-options 只对生命周期脚本生效、对 pnpm 自身无效,
# 真正的修复写在 PowerShell profile / ~/.bashrc 里(见 agents.md 第 3 节)。
engine-strict=false