mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
7 lines
195 B
JavaScript
7 lines
195 B
JavaScript
export { DDP } from '../common/namespace.js';
|
|
|
|
import '../common/livedata_connection';
|
|
|
|
// Initialize the default server connection and put it on Meteor.connection
|
|
import './client_convenience';
|