mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
use dotenv
This commit is contained in:
parent
54bcad1790
commit
a0dcff4922
@ -21,7 +21,8 @@
|
||||
"passport": "0.5.2",
|
||||
"passport-jwt": "4.0.0",
|
||||
"passport-local": "1.0.0",
|
||||
"path-to-regexp": "6.2.0"
|
||||
"path-to-regexp": "6.2.0",
|
||||
"dotenv": "16.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3",
|
||||
|
@ -1,3 +1,5 @@
|
||||
require("dotenv").config()
|
||||
|
||||
// patches
|
||||
const { Buffer } = require("buffer")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user