Skip to content

Commit

Permalink
fix: allow function type overrides in environment overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarber committed Dec 19, 2024
1 parent e5bb88c commit 359095d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export type GcpConfig = (
| FirestoreConfig
| StorageConfig
| ScheduledJobConfig,
"type" | "cloud" // Prevent changing the function type or cloud provider in env overrides
"cloud" // Prevent changing the cloud provider in environment overrides
>
>;
};
Expand Down

0 comments on commit 359095d

Please sign in to comment.