feat: scaffold Astro + Tailwind project
This commit is contained in:
11
node_modules/astro/dist/runtime/server/render/template-depth.js
generated
vendored
Normal file
11
node_modules/astro/dist/runtime/server/render/template-depth.js
generated
vendored
Normal file
@@ -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