chore: standard replacement from dotenv to dotenvx (#8216)

This commit is contained in:
sriram veeraghanta 2025-12-02 15:32:00 +05:30 committed by GitHub
parent e07d91e857
commit ec478a8979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 25 additions and 25 deletions

View file

@ -1,6 +1,6 @@
import path from "node:path";
import * as dotenv from "@dotenvx/dotenvx";
import { reactRouter } from "@react-router/dev/vite";
import dotenv from "dotenv";
import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";
import { joinUrlPath } from "@plane/utils";