Skip to content

Commit

Permalink
πŸ› fix: set default config
Browse files Browse the repository at this point in the history
  • Loading branch information
yunsii committed Dec 13, 2024
1 parent 7cbdc2e commit bcd1c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/git-guards/src/config/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type JannaGitConfigOutput = z.output<typeof jannaGitSchema>
export async function loadJannaGitConfig() {
const { config } = await loadConfig<JannaGitConfigOutput>({
name: 'git-guards',
defaultConfig: jannaGitSchema.parse({}),
rcFile: false,
})

Expand Down

0 comments on commit bcd1c8f

Please sign in to comment.