Files
backstage/.changeset/four-drinks-begin.md
T
Patrik Oldsberg edabbd6d52 root: update start scripts and remove dev
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-04-08 13:14:45 +02:00

456 B

@backstage/create-app
@backstage/create-app
patch

Updated the root package.json in the template to use the new backstage-cli repo start command.

The yarn dev command is now redundant and has been removed from the template. We recommend existing projects to add these or similar scripts to help redirect users:

{
  "scripts": {
    "dev": "echo \"Use 'yarn start' instead\"",
    "start-backend": "echo \"Use 'yarn start backend' instead\""
  }
}