Files
roll-room/promo-ui2/plopfile.cjs
2026-04-23 16:58:11 +08:00

8 lines
256 B
JavaScript

const viewGenerator = require('./plop/view/prompt.cjs')
const componentGenerator = require('./plop/component/prompt.cjs')
module.exports = function (plop) {
plop.setGenerator('view', viewGenerator)
plop.setGenerator('component', componentGenerator)
}