dovršen rendering homepage-a
This commit is contained in:
8
app/lib/global.d.ts
vendored
Normal file
8
app/lib/global.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { MongoClient } from "mongodb";
|
||||
|
||||
declare global {
|
||||
namespace globalThis {
|
||||
/** global Mongo Client used in development */
|
||||
var _mongoClientPromise: Promise<MongoClient>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user