UNPKG

@mongez/gnz

Version:

Generator Z, the next generation of scaffolding tools.

6 lines (5 loc) 332 B
import {gnReactComponent}from'../generate-react-component/template.js';async function gnNextServerComponent(options) { const finalContent = `"use server"\n`; const reactComponent = await gnReactComponent(options); return finalContent + reactComponent; }export{gnNextServerComponent};//# sourceMappingURL=template.js.map