mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
fix: read moisture level
This commit is contained in:
@@ -3,7 +3,7 @@ import { prisma } from "./prisma";
|
||||
|
||||
startServer()
|
||||
.then(async () => {
|
||||
await prisma.$disconnect();
|
||||
await prisma.$connect();
|
||||
})
|
||||
.catch(async (e) => {
|
||||
console.error(e);
|
||||
|
||||
Reference in New Issue
Block a user