chore: add dev deployment script

This commit is contained in:
Elias Schneider
2022-10-31 10:28:46 +01:00
parent 99de4e57e1
commit 46d667776f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ export class PrismaService extends PrismaClient {
},
},
});
console.log(config.get("DB_URL"));
super.$connect().then(() => console.info("Connected to the database"));
}
}