full site update
This commit is contained in:
7
node_modules/astro/dist/vite-plugin-ssr-manifest/index.js
generated
vendored
7
node_modules/astro/dist/vite-plugin-ssr-manifest/index.js
generated
vendored
@@ -11,12 +11,13 @@ function vitePluginSSRManifest() {
|
||||
},
|
||||
load(id) {
|
||||
if (id === resolvedManifestVirtualModuleId) {
|
||||
return `export let manifest = {};
|
||||
return {
|
||||
code: `export let manifest = {};
|
||||
export function _privateSetManifestDontUseThis(ssrManifest) {
|
||||
manifest = ssrManifest;
|
||||
}`;
|
||||
}`
|
||||
};
|
||||
}
|
||||
return void 0;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user