chore: include pre-built dist for github install
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import { z } from "zod";
|
||||
export declare const StartWorkConfigSchema: z.ZodObject<{
|
||||
auto_commit: z.ZodDefault<z.ZodBoolean>;
|
||||
}, z.core.$strip>;
|
||||
export type StartWorkConfig = z.infer<typeof StartWorkConfigSchema>;
|
||||
Reference in New Issue
Block a user