Skip to content

Commit

Permalink
fix: enable generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-mdz committed Dec 31, 2024
1 parent 3c0a423 commit 582f699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/settings.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const MAINTENANCE_MODE = false;
export const MAINTENANCE_GENERATION = true;
export const MAINTENANCE_GENERATION = false;
export const MAINTENANCE_USE_VANILLA_MODEL = false;

0 comments on commit 582f699

Please sign in to comment.