Skip to content

Commit

Permalink
feat: add the fetch log channel id to config example file
Browse files Browse the repository at this point in the history
  • Loading branch information
dankerow committed Aug 23, 2024
1 parent bc301c6 commit 69230c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/config.example.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import type { Config } from '@/types'

export default {
maintainers: []
maintainers: [],
apis: {
rawgo: {
baseUrl: ''
}
}
} satisfies Config

0 comments on commit 69230c9

Please sign in to comment.