UNPKG

edge-fragment

Version:

Add ability to render fragments from Edge template engine

11 lines 266 B
// src/configure.ts async function configure(command) { const codemods = await command.createCodemods(); await codemods.updateRcFile((rcFile) => { rcFile.addProvider("edge-fragment/provider"); }); } export { configure }; //# sourceMappingURL=index.js.map