Skip to content

Commit

Permalink
Set prod to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudonian committed Jan 4, 2025
1 parent f5201db commit 31cfbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export const lastUpdated = new Date('##LAST_UPDATED##')
/**
* CHANGE THIS ONE INSTEAD
*/
export const prod: boolean = true
export const prod: boolean = false

0 comments on commit 31cfbb3

Please sign in to comment.