build: envFile option is deprecated

This commit is contained in:
ReaJason
2026-06-28 21:22:31 +08:00
parent 7c0ae4b228
commit e2600fd0ed
3 changed files with 40 additions and 6 deletions
+5 -2
View File
@@ -20,11 +20,11 @@
"@orama/stopwords": "^3.1.18",
"@orama/tokenizers": "^3.1.18",
"@react-router/node": "^8.0.1",
"@tanstack/react-query": "^5.101.1",
"@tanstack/react-query": "^5.101.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.42.0",
"fumadocs-core": "^16.10.5",
"fumadocs-core": "^16.10.6",
"fumadocs-mdx": "15.0.12",
"fumadocs-ui": "16.10.5",
"i18next": "^26.3.3",
@@ -63,5 +63,8 @@
"vite": "^8.1.0",
"vite-plugin-devtools-json": "^1.0.0",
"vite-tsconfig-paths": "^6.1.1"
},
"patchedDependencies": {
"@react-router/[email protected]": "patches/@react-router%[email protected]"
}
}