Skip to content

Commit

Permalink
fix: Use dotenv in frontend/bin/env.js (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-padia committed Mar 26, 2024
1 parent 3ce1754 commit 8c25cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/bin/env.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Created by kylejohnson on 02/08/2016.
*/
require('dotenv').config()
require('colors')
const fs = require('fs-extra')
const path = require('path')
Expand Down

0 comments on commit 8c25cd6

Please sign in to comment.