re-enabled globals definitions
This commit is contained in:
12
app/lib/global.d.ts
vendored
12
app/lib/global.d.ts
vendored
@@ -1,8 +1,8 @@
|
|||||||
import { MongoClient } from "mongodb";
|
import { MongoClient } from "mongodb";
|
||||||
|
|
||||||
// declare global {
|
declare global {
|
||||||
// namespace globalThis {
|
namespace globalThis {
|
||||||
// /** global Mongo Client used in development */
|
/** global Mongo Client used in development */
|
||||||
// var _mongoClientPromise: Promise<MongoClient>
|
var _mongoClientPromise: Promise<MongoClient>
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
Reference in New Issue
Block a user