Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import { createRenderInstruction } from "./instruction.js";
|
||||
function templateEnter(_result) {
|
||||
return createRenderInstruction({ type: "template-enter" });
|
||||
}
|
||||
function templateExit(_result) {
|
||||
return createRenderInstruction({ type: "template-exit" });
|
||||
}
|
||||
export {
|
||||
templateEnter,
|
||||
templateExit
|
||||
};
|
||||
Reference in New Issue
Block a user