Files
token-list-share/pnpm-workspace.yaml
Charles7c 84d8b7b7d8 修复 pnpm install 报错并补充根路径入口页
- pnpm-workspace.yaml 增加 packages 字段,修复 pnpm 9 的 packages field missing or empty 报错
- 新增 index.html,访问根路径自动跳转到 list.html 排行榜页
- vite.config.ts 构建入口加入 index.html
- .gitignore 忽略 .idea,并从暂存区移除已跟踪的 .idea 文件
2026-09-14 10:10:38 +08:00

6 lines
123 B
YAML
Raw Permalink 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.
# 单包项目pnpm 9 要求 workspace 清单必须包含 packages 字段
packages:
- '.'
allowBuilds:
esbuild: true