Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aexol committed Aug 1, 2024
1 parent 9f9a2d9 commit e6e26e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type ProjectOptions = {
};

// eslint-disable-next-line @typescript-eslint/ban-types
export const config = new ConfigMaker<ProjectOptions, {}>('axolotl', {
export const config = new ConfigMaker<ProjectOptions>('axolotl', {
decoders: {},
config: {
environment: {
Expand Down

0 comments on commit e6e26e7

Please sign in to comment.