chore(deps): replace dotenvx with dotenv and update overrides (#8832)
* chore(deps): replace dotenvx with dotenv and update dependency overrides Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: sort devDependencies in package.json files Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f0ec84661d
commit
b73d6344ad
11 changed files with 41 additions and 134 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import path from "node:path";
|
||||
import * as dotenv from "@dotenvx/dotenvx";
|
||||
import * as dotenv from "dotenv";
|
||||
import { reactRouter } from "@react-router/dev/vite";
|
||||
import { defineConfig } from "vite";
|
||||
import tsconfigPaths from "vite-tsconfig-paths";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue