Skip to content

Commit

Permalink
vb
Browse files Browse the repository at this point in the history
  • Loading branch information
planetabhi committed Jan 6, 2025
1 parent 60d084c commit 4d5176e
Show file tree
Hide file tree
Showing 25 changed files with 10,044 additions and 25 deletions.
1 change: 1 addition & 0 deletions .netlify/build/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@astrojs/netlify/ssr-function.js';
3 changes: 3 additions & 0 deletions .netlify/build/_noop-middleware.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const onRequest = (_, next) => next();

export { onRequest };
25 changes: 25 additions & 0 deletions .netlify/build/chunks/_@astrojs-ssr-adapter_CvSoi7hX.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import * as ssrFunction_js from '@astrojs/netlify/ssr-function.js';

function _mergeNamespaces(n, m) {
for (var i = 0; i < m.length; i++) {
const e = m[i];
if (typeof e !== 'string' && !Array.isArray(e)) { for (const k in e) {
if (k !== 'default' && !(k in n)) {
const d = Object.getOwnPropertyDescriptor(e, k);
if (d) {
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: () => e[k]
});
}
}
} }
}
return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: 'Module' }));
}

const serverEntrypointModule = /*#__PURE__*/_mergeNamespaces({
__proto__: null
}, [ssrFunction_js]);

export { serverEntrypointModule as s };
1,975 changes: 1,975 additions & 0 deletions .netlify/build/chunks/astro/server_n-L5gBKS.mjs

Large diffs are not rendered by default.

Loading

0 comments on commit 4d5176e

Please sign in to comment.