@@ -1,4 +1,4 @@
|
||||
import { config } from "dotenv"
|
||||
import { config } from "dotenv-safe"
|
||||
config();
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,4 +1,4 @@
|
||||
import { config } from "dotenv"
|
||||
import { config } from "dotenv-safe"
|
||||
config();
|
||||
|
||||
export default {
|
||||
|
||||