When we were using the old Meteor project format (pre-import-era), all the collections were automagically exposed on the client. Now, I’d like to, for easier debugging, expose these collections to the client so I can poke at them while insecure
and autopublish
are still in the project.
How can I make these collections load into the global namespace?