Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 28, 2025
1 parent 3566712 commit 7160af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webui/src/client/lib/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { logger } from './logging'
const windowAny: any = window

Meteor.startup(() => {
// Perform on a delay, to ensure the collections are setup
setTimeout(() => {
windowAny['Collections'] = Object.fromEntries(ClientCollections.entries())
windowAny['PublicationCollections'] = Object.fromEntries(PublicationCollections.entries())
Expand Down

0 comments on commit 7160af6

Please sign in to comment.