mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-23 07:52:18 +01:00
🐛 Remove console log of env variables
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user