Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Nov 17, 2023
1 parent 5eefb98 commit b56facf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export const BaseConfigSchema = z.object({
.optional(),
});

const ProjectConfigSchema = z.object({
const PlatformModeConfigSchema = BaseConfigSchema.extend({
/**
* Project ID
*/
Expand Down Expand Up @@ -428,7 +428,7 @@ const ProjectConfigSchema = z.object({
eventFilePath: z.string().optional(),
});

const GenerateOnlyModeProjectConfigSchema = BaseConfigSchema.extend({
const GenerateOnlyModeConfigSchema = BaseConfigSchema.extend({
/**
* Flag that decides if images should be uploaded to S3 bucket or just generated (non-SaaS self-hosted mode)
*/
Expand Down

0 comments on commit b56facf

Please sign in to comment.