Skip to content

Commit

Permalink
feat: remove "development" from config mode
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 17, 2024
1 parent 63ff36b commit 6054f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/types/juno.env.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type JunoConfigMode = 'production' | 'development' | string;
export type JunoConfigMode = 'production' | string;

export interface JunoConfigEnv {
mode: JunoConfigMode;
Expand Down

0 comments on commit 6054f9c

Please sign in to comment.