Skip to content

Commit

Permalink
fix: start-database.sh is marked optional (#1817)
Browse files Browse the repository at this point in the history
Co-authored-by: Julius Marminge <[email protected]>
  • Loading branch information
kxzazz and juliusmarminge committed Apr 8, 2024
1 parent b8aae58 commit d49300a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/beige-pets-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": patch
---

fix: `start-database.sh` is marked optional
2 changes: 1 addition & 1 deletion cli/src/helpers/logNextSteps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const logNextSteps = async ({
}

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

if (packages?.prisma.inUse || packages?.drizzle.inUse) {
Expand Down

0 comments on commit d49300a

Please sign in to comment.