4 lines
66 B
TypeScript
4 lines
66 B
TypeScript
import * as dotenv from 'dotenv'
|
|
|
|
dotenv.config({ path: '.env' })
|