packages: rename @backstage/app to example-app

This commit is contained in:
Patrik Oldsberg
2020-03-30 12:46:49 +02:00
parent 88a6b3d7c4
commit dc363e43fc
4 changed files with 4 additions and 4 deletions
@@ -15,7 +15,7 @@ By default, backstage will start on port 3000, however you can override this by
Once successfully started, you should see the following message in your terminal window:
```
You can now view @backstage/app in the browser.
You can now view example-app in the browser.
Local: http://localhost:8080
On Your Network: http://192.168.1.224:8080
+1 -1
View File
@@ -5,7 +5,7 @@
"node": ">=12.0.0"
},
"scripts": {
"start": "yarn build && yarn workspace @backstage/app start",
"start": "yarn build && yarn workspace example-app start",
"build": "lerna run build",
"test": "cross-env CI=true lerna run test --since origin/master -- --coverage",
"create-plugin": "backstage-cli create-plugin",
+1 -1
View File
@@ -1,3 +1,3 @@
# @backstage/app
# example-app
This package is an example of a Backstage application.
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "@backstage/app",
"name": "example-app",
"version": "0.1.1-alpha.0",
"private": true,
"dependencies": {