Skip to content

Commit c3553e2

Browse files
committed
fix: fix typo in create-app cli
AdminForth/1710/update-cli-to-detect-database-
1 parent 4dd331a commit c3553e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/commands/createApp/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ async function writeTemplateFiles(dirname, cwd, useNpm, includePrismaMigrations,
420420
appName,
421421
adminforthVersion: adminforthVersion,
422422
includePrismaMigrations: Boolean(resolvedPrismaDbUrl),
423-
databaseProvider: connectorProvider,
423+
connectorProvider: connectorProvider,
424424
},
425425
},
426426
{

0 commit comments

Comments
 (0)