Skip to content

Commit

Permalink
chore(custom): remove prompt for prisma studio
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Nov 27, 2024
1 parent 1a8144b commit d02c52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default defineNuxtModule<PrismaExtendedModule>({

const promptResults = await executeRequiredPrompts({
promptForMigrate: false && !skip_all_prompts,
promptForPrismaStudio: true && !skip_all_prompts,
promptForPrismaStudio: false && !skip_all_prompts,
});

if (promptResults?.promptForInstallingStudio) {
Expand Down

0 comments on commit d02c52e

Please sign in to comment.