🐛 Remove console log of env variables

This commit is contained in:
Meier Lukas
2023-09-28 22:11:06 +02:00
parent c141e249f0
commit 2a2944338b

View File

@@ -1,8 +1,6 @@
import 'dotenv';
import { type Config } from 'drizzle-kit';
console.log(process.env);
export default {
schema: './src/server/db/schema.ts',
driver: 'better-sqlite',