mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 22:12:19 +03:00
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
if (process.env.NODE_ENV !== "production") {
|
|
require("dotenv").config();
|
|
}
|