Skip to content

Commit

Permalink
Revert "Error output"
Browse files Browse the repository at this point in the history
This reverts commit b69edd1.
  • Loading branch information
mrromro committed Feb 14, 2022
1 parent 8d74858 commit f92f0f0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/env.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
const result = require('dotenv').config()

if (result.error) {
throw result.error
}
require('dotenv').config()

module.exports = {
NODE_ENV: process.env.NODE_ENV || 'development',
Expand Down

0 comments on commit f92f0f0

Please sign in to comment.