implemented login

This commit is contained in:
2024-01-06 10:50:27 +01:00
parent 60a89b88ac
commit 52d4c35c2e
14 changed files with 257 additions and 35 deletions

12
app/lib/global.d.ts vendored
View File

@@ -1,8 +1,8 @@
import { MongoClient } from "mongodb";
declare global {
namespace globalThis {
/** global Mongo Client used in development */
var _mongoClientPromise: Promise<MongoClient>
}
}
// declare global {
// namespace globalThis {
// /** global Mongo Client used in development */
// var _mongoClientPromise: Promise<MongoClient>
// }
// }