mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): cclean up prisma config
This commit is contained in:
@@ -340,7 +340,9 @@ async function getDatabaseInstructions(
|
||||
`${pc.cyan("•")} Start docker container: ${`${runCmd} db:start`}`,
|
||||
);
|
||||
}
|
||||
instructions.push(`${pc.cyan("•")} Apply schema: ${`${runCmd} db:push`}`);
|
||||
if (!(dbSetup === "d1" && serverDeploy === "alchemy")) {
|
||||
instructions.push(`${pc.cyan("•")} Apply schema: ${`${runCmd} db:push`}`);
|
||||
}
|
||||
if (!(dbSetup === "d1" && serverDeploy === "alchemy")) {
|
||||
instructions.push(
|
||||
`${pc.cyan("•")} Database UI: ${`${runCmd} db:studio`}`,
|
||||
|
||||
Reference in New Issue
Block a user