Replaced dotenv.config() with more advanced universal-dotenv init phase.

This commit is contained in:
Sebastian Werner 2018-06-11 09:41:54 +02:00
parent bedc4ac684
commit 58c76e1a4d
No known key found for this signature in database
GPG Key ID: A51DE512A3B37A0D

View File

@ -1,3 +1 @@
import dotenv from 'dotenv';
dotenv.config();
import 'universal-dotenv';