Skip to content

Commit

Permalink
Check for environment variable changes during push (#29416)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: f28a06d4307da97f181dfa4a7fa0edc08fca46cd
  • Loading branch information
sujayakar authored and Convex, Inc. committed Sep 2, 2024
1 parent 4e4e416 commit e5aff06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/lib/deployApi/startPush.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export const schemaChange = z.object({
export type SchemaChange = z.infer<typeof schemaChange>;

export const startPushResponse = z.object({
environmentVariables: z.record(z.string(), z.string()),

externalDepsId: z.nullable(z.string()),
componentDefinitionPackages: z.record(componentDefinitionPath, sourcePackage),

Expand Down

0 comments on commit e5aff06

Please sign in to comment.