@seayoo-web/scripts 1.2.10 → 1.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seayoo-web/scripts",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "description": "scripts for seayoo web monorepos",
5
5
  "type": "module",
6
6
  "source": "index.ts",
@@ -0,0 +1,5 @@
1
+ import { type UserConfig } from "vite";
2
+ /**
3
+ * 导出一个动态的配置工厂函数
4
+ */
5
+ export declare function definePageBuildConfig(option?: UserConfig): import("vite").UserConfigFnPromise;