This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
module.exports = {
toolkit: '@opentiny/tiny-toolkit-docs',
tasks: {
start: [
// 此处配置tiny start的前置执行命令,会在套件的start命令前执行
// { command: 'node scripts/test.js' }
],
build: [
// 此处配置tiny build的前置执行命令,会在套件的build命令前执行
},
};