Skip to content

Commit d49300a

Browse files
fix: start-database.sh is marked optional (#1817)
Co-authored-by: Julius Marminge <[email protected]>
1 parent b8aae58 commit d49300a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .changeset/beige-pets-yell.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
fix: `start-database.sh` is marked optional

Diff for: cli/src/helpers/logNextSteps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const logNextSteps = async ({
3535
}
3636

3737
if (["postgres", "mysql"].includes(databaseProvider)) {
38-
logger.info(" ./start-database.sh");
38+
logger.info(" Start up a database, if needed using './start-database.sh'");
3939
}
4040

4141
if (packages?.prisma.inUse || packages?.drizzle.inUse) {

0 commit comments

Comments
 (0)