e58262b025
Updated the backend index.ts in create-app to log the error as an object, rather than a string. This causes the error to include a stack trace, along with the error message, as well as bringing it in line with the main app in the bakstage repo. Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
@backstage/create-app
This package provides a CLI for creating a copy of the Backstage app.
You can use the flag --skip-install to skip the install.
Usage
With npx:
npx @backstage/create-app
With a local clone of this repo, from the main create-app/ folder, run:
yarn install
yarn backstage-create-app