sheleoni / hiragana-icecream

A React app for all to learn the basic alphabets in Japanese.
https://hiragana-icecream.sheleoni.com/
MIT License
1 stars 0 forks source link

conditionally require dotenv in production environment #47

Closed sheleoni closed 1 year ago

sheleoni commented 1 year ago

if (process.env.NODE_ENV !== 'production') { require('dotenv').config() }