oceanpress 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +4 -0
- package/dist/assets/{index-SyBTrsYP.js → index-C2pqUSpO.js} +19 -19
- package/dist/assets/steps-D7njNjRB.js +2191 -0
- package/dist/index.html +1 -1
- package/dist-cli/cli.js +598 -415
- package/dist-cli/cli.js.map +1 -1
- package/package.json +17 -1
- package/dist/assets/steps-Cpyl02WI.js +0 -2030
package/CLAUDE.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
- 可以先运行 pnpm tsc 检查你的程序是否在类型上正确
|
|
2
2
|
- 应该使用 tsx 直接运行 ts 文件
|
|
3
3
|
- 可以在当前目录下运行 `pnpm cli build --config "./store/configs" --output "/home/gs/opensource_code/doc/docs"` 查看你的修改是否能够正常运行
|
|
4
|
+
|
|
5
|
+
## 性能分析
|
|
6
|
+
|
|
7
|
+
0x dist-cli/cli.js build --config "./store/configs" --output "/home/gs/opensource_code/doc/docs"
|