Skip to content

Commit 88b36f5

Browse files
committed
Add a default on machine preset
1 parent b73ae3f commit 88b36f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/v3/schemas/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const ProdTaskRunExecution = TaskRunExecution.extend({
2222
contentHash: z.string(),
2323
version: z.string(),
2424
}),
25-
machine: MachinePreset,
25+
machine: MachinePreset.default({ name: "small-1x", cpu: 1, memory: 1, centsPerMs: 0 }),
2626
});
2727

2828
export type ProdTaskRunExecution = z.infer<typeof ProdTaskRunExecution>;

0 commit comments

Comments
 (0)