Skip to content

Commit

Permalink
Export app migrations from pds entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Mar 28, 2023
1 parent 82e8404 commit 4cf9eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/pds/src/app-migrations/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './remove-scenes'
1 change: 1 addition & 0 deletions packages/pds/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import {
ImageProcessingServerInvalidator,
} from './image/invalidator'

export * as appMigrations from './app-migrations'
export type { ServerConfigValues } from './config'
export { ServerConfig } from './config'
export { Database } from './db'
Expand Down

0 comments on commit 4cf9eed

Please sign in to comment.