mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { MongoClient } from "mongodb";
|
||||
|
||||
const uri = process.env.MONGODB_URI as string; // your mongodb connection string
|
||||
const uri = process.env.MONGODB_URI as string; //your mongodb connection string
|
||||
const options = {};
|
||||
|
||||
declare global {
|
||||
|
Reference in New Issue
Block a user