Skip to content

Commit 340af94

Browse files
yuWormclaude
andcommitted
fix: update post-create hints to match current dev subcommand syntax
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5c4dd80 commit 340af94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/commands/create.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,10 @@ async function _createFlow() {
690690
clack.note(
691691
[
692692
`cd ${projectDir}`,
693-
`fba-cli dev # ${t("initInfra")}`,
694-
`fba-cli dev:web # ${t("initFrontend")}`,
693+
`fba-cli dev # ${t("cmdDev")}`,
694+
`fba-cli dev web # ${t("cmdDevWeb")}`,
695+
`fba-cli dev celery <sub> # ${t("cmdDevCelery")}`,
696+
`fba-cli dev all # ${t("cmdDevAll")}`,
695697
].join("\n"),
696698
t("nextSteps"),
697699
);

0 commit comments

Comments
 (0)