Skip to content

Commit

Permalink
fix: use @std/dotenv/load
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Nov 7, 2024
1 parent f82583c commit 936f60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@std/dotenv';
import '@std/dotenv/load';
import { AppModule } from './app.module.ts';
import { DanetApplication } from '@danet/core';
import { loggerMiddleware } from './logger.middleware.ts';
Expand Down

0 comments on commit 936f60c

Please sign in to comment.