Skip to content

Commit

Permalink
coderabbit suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
norda-gunni committed Oct 9, 2024
1 parent 4cf9c33 commit 549f546
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defineConfig } from '@island.is/nest/config'
import { z } from 'zod'

export type SharedModuleConfigType = z.infer<typeof SharedModuleConfig>

const SharedModuleConfig = z.object({
baseApiUrl: z.string(),
clientLocationOrigin: z.string(),
Expand Down

0 comments on commit 549f546

Please sign in to comment.