Skip to content

Commit 1c8c366

Browse files
committed
1 parent 9377339 commit 1c8c366

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/commands/createApp/.env.hbs

Whitespace-only changes.

adminforth/commands/createApp/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ async function writeTemplateFiles(dirname, cwd, useNpm, includePrismaMigrations,
366366
},
367367
{
368368
// We'll write .env using the same content as .env.sample
369-
src: '.env.local.hbs',
369+
src: '.env.hbs',
370370
dest: '.env',
371371
data: {dbUrl, prismaDbUrl},
372372
},

0 commit comments

Comments
 (0)