chore: get rid of connection factory (#362)

Drive-by User-Agent sniffing and disabling of image type in Cursor.
This commit is contained in:
Pavel Feldman 2025-05-06 14:27:28 -07:00 committed by GitHub
parent 23a2e5fee7
commit e95b5b1dd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 181 additions and 154 deletions

View file

@ -15,5 +15,5 @@
* limitations under the License.
*/
import { createServer } from './lib/index';
export default { createServer };
import { createConnection } from './lib/index';
export default { createConnection };