mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
revert: envFile warining
Dev Deploy / Build Jar (ubuntu-latest) (push) Has been cancelled
Dev Deploy / Build Jar (windows-latest) (push) Has been cancelled
Dev Deploy / Docker Push (push) Has been cancelled
Dev Deploy / Deploy to Maven Central (push) Has been cancelled
Dev Deploy / Deploy to Northflank (push) Has been cancelled
Dev Deploy / Build Jar (ubuntu-latest) (push) Has been cancelled
Dev Deploy / Build Jar (windows-latest) (push) Has been cancelled
Dev Deploy / Docker Push (push) Has been cancelled
Dev Deploy / Deploy to Maven Central (push) Has been cancelled
Dev Deploy / Deploy to Northflank (push) Has been cancelled
This commit is contained in:
+2
-5
@@ -11,11 +11,11 @@
|
|||||||
"@orama/stopwords": "^3.1.18",
|
"@orama/stopwords": "^3.1.18",
|
||||||
"@orama/tokenizers": "^3.1.18",
|
"@orama/tokenizers": "^3.1.18",
|
||||||
"@react-router/node": "^8.0.1",
|
"@react-router/node": "^8.0.1",
|
||||||
"@tanstack/react-query": "^5.101.1",
|
"@tanstack/react-query": "^5.101.2",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"framer-motion": "^12.42.0",
|
"framer-motion": "^12.42.0",
|
||||||
"fumadocs-core": "^16.10.5",
|
"fumadocs-core": "^16.10.6",
|
||||||
"fumadocs-mdx": "15.0.12",
|
"fumadocs-mdx": "15.0.12",
|
||||||
"fumadocs-ui": "16.10.5",
|
"fumadocs-ui": "16.10.5",
|
||||||
"i18next": "^26.3.3",
|
"i18next": "^26.3.3",
|
||||||
@@ -57,9 +57,6 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"patchedDependencies": {
|
|
||||||
"@react-router/[email protected]": "patches/@react-router%[email protected]",
|
|
||||||
},
|
|
||||||
"packages": {
|
"packages": {
|
||||||
"@babel/code-frame": ["@babel/[email protected]", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.29.7", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" } }, "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw=="],
|
"@babel/code-frame": ["@babel/[email protected]", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.29.7", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" } }, "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw=="],
|
||||||
|
|
||||||
|
|||||||
@@ -63,8 +63,5 @@
|
|||||||
"vite": "^8.1.0",
|
"vite": "^8.1.0",
|
||||||
"vite-plugin-devtools-json": "^1.0.0",
|
"vite-plugin-devtools-json": "^1.0.0",
|
||||||
"vite-tsconfig-paths": "^6.1.1"
|
"vite-tsconfig-paths": "^6.1.1"
|
||||||
},
|
|
||||||
"patchedDependencies": {
|
|
||||||
"@react-router/[email protected]": "patches/@react-router%[email protected]"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,26 +0,0 @@
|
|||||||
diff --git a/dist/typegen-9e9g0hnu.js b/dist/typegen-9e9g0hnu.js
|
|
||||||
index 6366c6d25580717735456d8bacb9a6b159adfbdc..31674246fed0b70527d7541e2dade4ff4fe8b15f 100644
|
|
||||||
--- a/dist/typegen-9e9g0hnu.js
|
|
||||||
+++ b/dist/typegen-9e9g0hnu.js
|
|
||||||
@@ -95,7 +95,7 @@ async function createContext$1({ root, mode, customLogger }) {
|
|
||||||
optimizeDeps: { noDiscovery: true },
|
|
||||||
css: { postcss: {} },
|
|
||||||
configFile: false,
|
|
||||||
- envFile: false,
|
|
||||||
+ envDir: false,
|
|
||||||
plugins: [],
|
|
||||||
environments: { __config_loader: {
|
|
||||||
consumer: "server",
|
|
||||||
diff --git a/dist/vite.js b/dist/vite.js
|
|
||||||
index 6590bdb00df5ead362d1ea1e2db841d1f68d47c8..9c27fe86dc285eafde6db537f280f22f38e3622a 100644
|
|
||||||
--- a/dist/vite.js
|
|
||||||
+++ b/dist/vite.js
|
|
||||||
@@ -1592,7 +1592,7 @@ const reactRouterVitePlugin = () => {
|
|
||||||
hmr: false
|
|
||||||
},
|
|
||||||
configFile: false,
|
|
||||||
- envFile: false,
|
|
||||||
+ envDir: false,
|
|
||||||
plugins: [childCompilerPlugins.filter((plugin) => typeof plugin === "object" && plugin !== null && "name" in plugin && plugin.name !== "react-router" && plugin.name !== "react-router:route-exports" && plugin.name !== "react-router:hmr-updates" && plugin.name !== "react-router:validate-plugin-order").map((plugin) => ({
|
|
||||||
...plugin,
|
|
||||||
configureServer: void 0,
|
|
||||||
Reference in New Issue
Block a user