File size: 192 Bytes
bc20498
 
 
1
2
3
4
// we expose this as a separate entry point (rather than treating client.js as the entry point)
// so that everything other than `start` can be treeshaken
export { start } from './client.js';