@vercel/build-utils 13.25.0 → 13.26.0
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/CHANGELOG.md +10 -0
- package/dist/types.d.ts +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -413,6 +413,7 @@ export interface BuilderV2 {
|
|
|
413
413
|
diagnostics?: Diagnostics;
|
|
414
414
|
prepareCache?: PrepareCache;
|
|
415
415
|
shouldServe?: ShouldServe;
|
|
416
|
+
startDevServer?: StartDevServer;
|
|
416
417
|
}
|
|
417
418
|
export interface BuilderV3 {
|
|
418
419
|
version: 3;
|
|
@@ -574,6 +575,7 @@ export interface BuildResultV2Typical {
|
|
|
574
575
|
value: string;
|
|
575
576
|
}>;
|
|
576
577
|
framework?: {
|
|
578
|
+
slug: string;
|
|
577
579
|
version: string;
|
|
578
580
|
};
|
|
579
581
|
flags?: {
|