Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Feb 29, 2024
1 parent e8c7c42 commit 519803f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-env/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export type OzoneConfig = Partial<ozone.OzoneEnvironment> & {
dbPostgresUrl: string
migration?: string
signingKey?: ExportableKeypair
imgInvalidator?: ImageInvalidator
imgInvalidator?: ozone.ImageInvalidator
}

export type TestServerParams = {
Expand Down
1 change: 1 addition & 0 deletions packages/ozone/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { createServer } from './lexicon'
import AppContext, { AppContextOptions } from './context'

export * from './config'
export { type ImageInvalidator } from './image-invalidator'
export { Database } from './db'
export { OzoneDaemon, EventPusher, EventReverser } from './daemon'
export { AppContext } from './context'
Expand Down

0 comments on commit 519803f

Please sign in to comment.