befly-vite 1.7.9 → 1.7.11
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -565,7 +565,7 @@ const finalRoutes = Layouts(routes, "/dashboard", function (layoutName) {
|
|
|
565
565
|
|
|
566
566
|
### 最常见脚本写法
|
|
567
567
|
|
|
568
|
-
页面项目自己的 `package.json` 在这里主要只保留运行脚本;在 Befly 仓库内,`lint` / `format` 的配置文件、根脚本和提交钩子统一跟随仓库根 `oxfmt.config.
|
|
568
|
+
页面项目自己的 `package.json` 在这里主要只保留运行脚本;在 Befly 仓库内,`lint` / `format` 的配置文件、根脚本和提交钩子统一跟随仓库根 `oxfmt.config.js` / `oxlint.config.ts` 与共享 Oxc 基线,不要在基于 `befly-vite` 的页面包里再复制第二套可执行 Oxc 配置。
|
|
569
569
|
|
|
570
570
|
```json
|
|
571
571
|
{
|