UNPKG

nk-cli

Version:

Initialize a vite app fast by NK-CLI

10 lines (9 loc) 204 B
export default { name: 'device', type: 'list', message: 'Which one device will be used to run the app', choices: [ { name: 'PC', value: 'pc' }, { name: 'Mobile', value: 'mobile' }, ], }