Files
ry.kazcloud.dev/node_modules/astro/dist/jsx/renderer.js
Ryan Kazokas d181f77fb2
All checks were successful
Build and Push / build (push) Successful in 55s
Updates dockerfile
2026-02-16 15:09:37 -05:00

12 lines
273 B
JavaScript

import { jsxTransformOptions } from "./transform-options.js";
const renderer = {
name: "astro:jsx",
serverEntrypoint: "astro/jsx/server.js",
jsxImportSource: "astro",
jsxTransformOptions
};
var renderer_default = renderer;
export {
renderer_default as default
};