// Must be a .js not a .ts so it can be imported outside of the scripts // directory without having to compile import dotenv from 'dotenv' dotenv.config({ path: '.env.local' }) export default undefined