UNPKG

@gaonengwww/tiny-toolkit-dev

Version:

tiny-cli 模块开发脚手架

11 lines 191 B
module.exports = { toolkit: '@opentiny/tiny-toolkit-dev', tasks: { start: [{ command: 'npm run watch' }], build: [{ command: 'npm run build' }] } }