fix: remove dotenv/config import — env vars injected by Dokploy in prod
This commit is contained in:
parent
28178abbe5
commit
4a637351db
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import 'dotenv/config';
|
|
||||||
import cron from 'node-cron';
|
import cron from 'node-cron';
|
||||||
import { initDb } from './db/client.js';
|
import { initDb } from './db/client.js';
|
||||||
import { login } from './angel/auth.js';
|
import { login } from './angel/auth.js';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue