chore: dotenv => dotenvx

This commit is contained in:
Mattia Belletti
2025-07-07 14:31:27 +02:00
parent fc5da19188
commit 1b8c76ea40
3 changed files with 352 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import "dotenv/config";
import "@dotenvx/dotenvx/config";
import express from "express";
import bodyParser from "body-parser";
import { installRouter } from "./router";