Skip to content

Commit

Permalink
Merge pull request #1964 from mshima/default-command
Browse files Browse the repository at this point in the history
change default command to react-native
  • Loading branch information
DanielFran authored Nov 2, 2024
2 parents 38627b8 + 08e2c7d commit a96ef9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli-customizations.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file will not be overwritten by generate-blueprint
module.exports = {
defaultCommand: 'app',
defaultCommand: 'react-native',
printBlueprintLogo: undefined,
printLogo: async () => {
const { printJHipsterLogo } = await import('./print-jhipster-logo.js');
Expand Down

0 comments on commit a96ef9d

Please sign in to comment.