UNPKG

generator-jhipster-react-native

Version:
10 lines (9 loc) 287 B
// This file will not be overwritten by generate-blueprint module.exports = { defaultCommand: 'react-native', printBlueprintLogo: undefined, printLogo: async () => { const { printJHipsterLogo } = await import('./print-jhipster-logo.js'); await printJHipsterLogo(); }, };