import { MongoClient } from "npm:mongodb@6";const client = new MongoClient('mongodb+srv://');client.connect().then(()=>console.log('connecte')).catch((err)=>console.log(err));