Skip to content

Commit

Permalink
fix(server): migration was looking for the wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin committed May 11, 2024
1 parent 1f9969a commit c1dafe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/src/infrastructure/config/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export type Configs = {

const configFiles: Configs[] = [
{
file: 'main',
file: 'config',
schema: MainConfigSchema,
},
{
Expand Down

0 comments on commit c1dafe7

Please sign in to comment.