mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added dotenv
This commit is contained in:
parent
be1ae1c5bd
commit
da689b31dd
@ -16,7 +16,8 @@
|
||||
"dateformat": "^3.0.3",
|
||||
"minimist": "^1.2.5",
|
||||
"mkdirp": "1.0.3",
|
||||
"ws": "^7.4.6"
|
||||
"ws": "^7.4.6",
|
||||
"dotenv": "16.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3",
|
||||
|
@ -1,3 +1,4 @@
|
||||
require("dotenv").config()
|
||||
const ffmpeg = require("@ffmpeg-installer/ffmpeg")
|
||||
|
||||
import express from "express"
|
||||
|
Loading…
x
Reference in New Issue
Block a user