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