Run fixed Zopu worktrees with Pi
This commit is contained in:
1
packages/env/src/agent.ts
vendored
1
packages/env/src/agent.ts
vendored
@@ -17,6 +17,7 @@ const agentEnvSchema = z.object({
|
||||
RIVET_ENDPOINT: z.url(),
|
||||
RIVET_PUBLIC_ENDPOINT: z.url().optional(),
|
||||
RIVET_WORKSPACE_TOKEN: z.string().min(32),
|
||||
ZOPU_SOURCE_REPOSITORY: z.string().min(1).default("/opt/zopu-source"),
|
||||
});
|
||||
|
||||
export type AgentEnv = z.infer<typeof agentEnvSchema>;
|
||||
|
||||
Reference in New Issue
Block a user