befly-vite 1.5.1 → 1.5.2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -159,7 +159,7 @@ export function scanViews(appRoot = process.cwd()) {
159
159
  if (existsSync(appViewsPath)) {
160
160
  routesFolders.push({
161
161
  src: realpathSync(appViewsPath),
162
- path: "",
162
+ path: "app/",
163
163
  exclude: ["**/components/**"]
164
164
  });
165
165
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "befly-vite",
3
- "version": "1.5.1",
4
- "gitHead": "c71ecec269032dcc0aa8ca995da4918f99f5ee0e",
3
+ "version": "1.5.2",
4
+ "gitHead": "9c4e8e90df43d744fb03b2ae473a2a566a19eee2",
5
5
  "private": false,
6
6
  "description": "Befly Vite 配置预设和插件集合",
7
7
  "keywords": [