Skip to content

Commit 982faa9

Browse files
committed
feat: added dotenv initialization to main script
1 parent 0d0da95 commit 982faa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update/update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env node
2+
require('dotenv').config()
23

34
const fs = require('fs')
45
, path = require('path')

0 commit comments

Comments
 (0)