packages: rename @backstage/app to example-app
This commit is contained in:
@@ -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
@@ -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,3 +1,3 @@
|
||||
# @backstage/app
|
||||
# example-app
|
||||
|
||||
This package is an example of a Backstage application.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@backstage/app",
|
||||
"name": "example-app",
|
||||
"version": "0.1.1-alpha.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user