Fix version 1.2.31

This commit is contained in:
2024-12-17 22:43:59 +08:00
parent fe76a69532
commit 8c9a885f43

View File

@@ -25,6 +25,6 @@ process.on("SIGINT", async () => {
process.exit(0);
});
console.log("==> Test prisma");
// console.log("==> Test prisma");
export default prisma;