Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
const RenderInstructionSymbol = /* @__PURE__ */ Symbol.for("astro:render");
|
||||
function createRenderInstruction(instruction) {
|
||||
return Object.defineProperty(instruction, RenderInstructionSymbol, {
|
||||
value: true
|
||||
});
|
||||
}
|
||||
function isRenderInstruction(chunk) {
|
||||
return chunk && typeof chunk === "object" && chunk[RenderInstructionSymbol];
|
||||
}
|
||||
export {
|
||||
createRenderInstruction,
|
||||
isRenderInstruction
|
||||
};
|
||||
Reference in New Issue
Block a user