import dotenv from 'dotenv'; dotenv.config(); function main() { console.log(`SECRET=${process.env.SECRET}`); } main();