fix: nitro patch
This commit is contained in:
parent
83db9f0c38
commit
2de0974d6b
|
@ -1,13 +1,13 @@
|
||||||
diff --git a/dist/shared/nitro.c8278d90.mjs b/dist/shared/nitro.c8278d90.mjs
|
diff --git a/dist/shared/nitro.c8278d90.mjs b/dist/shared/nitro.c8278d90.mjs
|
||||||
index 9ba312fc248da3731720ee7e3b38ba2a85537657..3cd508f0720adb959d94e40c124382ec0110d92c 100644
|
index 9ba312fc248da3731720ee7e3b38ba2a85537657..5ec9f06ccf60259820586715d73d41466daa8cff 100644
|
||||||
--- a/dist/shared/nitro.c8278d90.mjs
|
--- a/dist/shared/nitro.c8278d90.mjs
|
||||||
+++ b/dist/shared/nitro.c8278d90.mjs
|
+++ b/dist/shared/nitro.c8278d90.mjs
|
||||||
@@ -1298,7 +1298,7 @@ async function copyPublicAssets(nitro) {
|
@@ -1296,7 +1296,7 @@ async function copyPublicAssets(nitro) {
|
||||||
|
if (nitro.options.noPublicDir) {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
for (const asset of nitro.options.publicAssets) {
|
- for (const asset of nitro.options.publicAssets) {
|
||||||
|
+ for (const asset of [...nitro.options.publicAssets].reverse()) {
|
||||||
if (await isDirectory(asset.dir)) {
|
if (await isDirectory(asset.dir)) {
|
||||||
- await fse.copy(asset.dir, join(nitro.options.output.publicDir, asset.baseURL));
|
await fse.copy(asset.dir, join(nitro.options.output.publicDir, asset.baseURL));
|
||||||
+ await fse.copy(asset.dir, join(nitro.options.output.publicDir, asset.baseURL), { override: false });
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
if (nitro.options.compressPublicAssets) {
|
|
|
@ -5,7 +5,7 @@ patchedDependencies:
|
||||||
hash: afe7v34zn4lohdq7767l3tlrje
|
hash: afe7v34zn4lohdq7767l3tlrje
|
||||||
path: patches/mlly@1.0.0.patch
|
path: patches/mlly@1.0.0.patch
|
||||||
nitropack@1.0.0:
|
nitropack@1.0.0:
|
||||||
hash: 5rbw6wsrpkguwhgdzu2jwggidq
|
hash: k66pyfgyevhmomc3yledfrjhru
|
||||||
path: patches/nitropack@1.0.0.patch
|
path: patches/nitropack@1.0.0.patch
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
@ -8581,7 +8581,7 @@ packages:
|
||||||
- utf-8-validate
|
- utf-8-validate
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/nitropack/1.0.0_5rbw6wsrpkguwhgdzu2jwggidq:
|
/nitropack/1.0.0_k66pyfgyevhmomc3yledfrjhru:
|
||||||
resolution: {integrity: sha512-788lHgNgC+NKqecwFgMkAQTuTXwuh2hEgOk2sLwV3qPVUogxrl6P3m5eKdt6Mtzx+mlXIw0G/P90B5TNWEqDSQ==}
|
resolution: {integrity: sha512-788lHgNgC+NKqecwFgMkAQTuTXwuh2hEgOk2sLwV3qPVUogxrl6P3m5eKdt6Mtzx+mlXIw0G/P90B5TNWEqDSQ==}
|
||||||
engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
|
engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
@ -8911,7 +8911,7 @@ packages:
|
||||||
knitwork: 1.0.0
|
knitwork: 1.0.0
|
||||||
magic-string: 0.26.7
|
magic-string: 0.26.7
|
||||||
mlly: 1.0.0_afe7v34zn4lohdq7767l3tlrje
|
mlly: 1.0.0_afe7v34zn4lohdq7767l3tlrje
|
||||||
nitropack: 1.0.0_5rbw6wsrpkguwhgdzu2jwggidq
|
nitropack: 1.0.0_k66pyfgyevhmomc3yledfrjhru
|
||||||
nuxi: 3.0.0
|
nuxi: 3.0.0
|
||||||
ofetch: 1.0.0
|
ofetch: 1.0.0
|
||||||
ohash: 1.0.0
|
ohash: 1.0.0
|
||||||
|
|
Loading…
Reference in a new issue