4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
import dotenv from 'dotenv';
|
|
dotenv.config();
|
|
|
|
await import('./index.js'); |