3 lines
43 B
TypeScript
3 lines
43 B
TypeScript
import { config } from 'dotenv';
|
|
config();
|
import { config } from 'dotenv';
|
|
config();
|