mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-27 19:57:11 +00:00
fix breaking change for dotenv-expand
This commit is contained in:
committed by
David Lechner
parent
d683c69590
commit
2f986cc80c
+1
-1
@@ -32,7 +32,7 @@ const dotenvFiles = [
|
||||
// https://github.com/motdotla/dotenv-expand
|
||||
dotenvFiles.forEach(dotenvFile => {
|
||||
if (fs.existsSync(dotenvFile)) {
|
||||
require('dotenv-expand')(
|
||||
require('dotenv-expand').expand(
|
||||
require('dotenv').config({
|
||||
path: dotenvFile,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user