We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3566712 commit 7160af6Copy full SHA for 7160af6
packages/webui/src/client/lib/dev.ts
@@ -11,6 +11,7 @@ import { logger } from './logging'
11
const windowAny: any = window
12
13
Meteor.startup(() => {
14
+ // Perform on a delay, to ensure the collections are setup
15
setTimeout(() => {
16
windowAny['Collections'] = Object.fromEntries(ClientCollections.entries())
17
windowAny['PublicationCollections'] = Object.fromEntries(PublicationCollections.entries())
0 commit comments